#C0CBFA

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

Shades of Lavender Blue #C0CBFA

Tints of Lavender Blue #C0CBFA

Color information

#C0CBFA (or 0xC0CBFA) is unknown color: approx 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

RGB192203250-
CMYK0.230.1900.02
HSL228.62º85.29%86.67%-
HSV(B)228.62º23.2%98.04%-
XYZ60.3560.8299-
YUV205.07153.36118.68-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922032500.230.1900.02228.6285.2986.67
HexC0CBFA171302e55557
Octal300313372272302345125127
Binary11000000110010111111101010111100110101110010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>