Html Css Color HEX #C0CBFA Lavender Blue

📋 copy color: '#C0CBFA'

red 192 ◦ green 203 ◦ blue 250

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

Shades of Lavender Blue #C0CBFA

Tints of Lavender Blue #C0CBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 29.77%
G = 31.47%
B = 38.76%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0CBFA (or 0xC0CBFA) is known color: Lavender Blue. HEX triplet: C0, CB and FA. RGB value is (192,203,250). Sum of RGB (Red+Green+Blue) = 192+203+250=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBFA is #3F3405. Grayscale: #CCCCCC. Windows color (decimal): -4142086 or 16436160. OLE color: 16436160.

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

Color convert

RGB 192 203 250 -
CMYK 0.23 0.19 0 0.02
HSL 228.62º 0.85% 0.87% -
HSV(B) 228.62º 0.23% 0.98% -
XYZ 60.35 60.82 99 -
YUV 205.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 192 203 250 0.23 0.19 0 0.02 228.62 0.85 0.87
Hex C0 CB FA 17 13 0 2 E5 55 57
Octal 300 313 372 27 23 0 2 345 125 127
Binary 11000000 11001011 11111010 10111 10011 0 10 11100101 1010101 1010111

Color Harmonies of #C0CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBFA

Black with #C0CBFA

Text Example


Text Example

White with #C0CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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