#C0CBFF

Color #C0CBFF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C0CBFF

Tints of Lavender Blue #C0CBFF

Color information

#C0CBFF (or 0xC0CBFF) is unknown color: approx Lavender Blue. HEX triplet: C0, CB and FF. RGB value is (192,203,255). Sum of RGB (Red+Green+Blue) = 192+203+255=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBFF is #3F3400. Grayscale: #CDCDCD. Windows color (decimal): -4142081 or 16763840. OLE color: 16763840.

HSL color Cylindrical-coordinate representation of color #C0CBFF: hue angle of 229.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0CBFF is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192203255-
CMYK0.250.2000
HSL229.52º100%87.65%-
HSV(B)229.52º24.71%100%-
XYZ61.1461.14103.19-
YUV205.64155.86118.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.54%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 255 (100% from 255) = 39.23%
R=29.54%
G=31.23%
B=39.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922032550.250.2000229.5210087.65
HexC0CBFF191400e66458
Octal300313377312400346144130
Binary1100000011001011111111111100110100001110011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBFF; }

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

 H1.HeaderClassName
 {
   color: #C0CBFF;
 }
 .AnyTagClassName
 {
   color: #C0CBFF;
 }
</style>
background-color css

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

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

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

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

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

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