Html Css Color HEX #C0CBFB Lavender Blue

📋 copy color: '#C0CBFB'

red 192 ◦ green 203 ◦ blue 251

#C0CBFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #C0CBFB

Tints of Lavender Blue #C0CBFB

RGB

 RED value IS 192 (75.39% from 255) = 29.72%

 GREEN value IS 203 (79.69% from 255) = 31.42%

 BLUE value IS 251 (98.44% from 255) = 38.85%

R = 29.72%
G = 31.42%
B = 38.85%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0CBFB (or 0xC0CBFB) is known color: Lavender Blue. HEX triplet: C0, CB and FB. RGB value is (192,203,251). Sum of RGB (Red+Green+Blue) = 192+203+251=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBFB is #3F3404. Grayscale: #CCCCCC. Windows color (decimal): -4142085 or 16501696. OLE color: 16501696.

HSL color Cylindrical-coordinate representation of color #C0CBFB: hue angle of 228.81º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CBFB is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 203 251 -
CMYK 0.24 0.19 0 0.02
HSL 228.81º 0.88% 0.87% -
HSV(B) 228.81º 0.24% 0.98% -
XYZ 60.51 60.88 99.83 -
YUV 205.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 192 203 251 0.24 0.19 0 0.02 228.81 0.88 0.87
Hex C0 CB FB 18 13 0 2 E5 58 57
Octal 300 313 373 30 23 0 2 345 130 127
Binary 11000000 11001011 11111011 11000 10011 0 10 11100101 1011000 1010111

Color Harmonies of #C0CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBFB

Black with #C0CBFB

Text Example


Text Example

White with #C0CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBFB; }

 p { color: rgb(192,203,251); }

 H1.HeaderClassName
 {
   color: #C0CBFB;
 }
 .AnyTagClassName
 {
   color: #C0CBFB;
 }
</style>

background-color css

<style>
 a { background-color: #C0CBFB; }

 a { background-color: rgb(192,203,251); }

 div.DivClassName
 {
   background-color: #C0CBFB;
 }
 .BgClassName
 {
   background-color: #C0CBFB;
 }
</style>

border-color css

<style>
 span { border-color: #C0CBFB; }

 span { border-color: rgb(192,203,251); }

 td.TdClassName
 {
   border-color: #C0CBFB;
 }
 .TagClassName
 {
   border-color: #C0CBFB;
 }
</style>