#C0C8FB

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

Shades of Lavender Blue #C0C8FB

Tints of Lavender Blue #C0C8FB

Color information

#C0C8FB (or 0xC0C8FB) is unknown color: approx Lavender Blue. HEX triplet: C0, C8 and FB. RGB value is (192,200,251). Sum of RGB (Red+Green+Blue) = 192+200+251=643 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.86% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C8FB is #3F3704. Grayscale: #CBCBCB. Windows color (decimal): -4142853 or 16500928. OLE color: 16500928.

HSL color Cylindrical-coordinate representation of color #C0C8FB: hue angle of 231.86º 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 #C0C8FB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192200251-
CMYK0.240.2000.02
HSL231.86º88.06%86.86%-
HSV(B)231.86º23.51%98.43%-
XYZ59.8159.4899.6-
YUV203.42154.85119.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.86%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=29.86%
G=31.10%
B=39.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922002510.240.2000.02231.8688.0686.86
HexC0C8FB181402e85857
Octal300310373302402350130127
Binary11000000110010001111101111000101000101110100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C8FB; }

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

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

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

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

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

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

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

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