#C0BBFC

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

Shades of Lavender Blue #C0BBFC

Tints of Lavender Blue #C0BBFC

Color information

#C0BBFC (or 0xC0BBFC) is unknown color: approx Lavender Blue. HEX triplet: C0, BB and FC. RGB value is (192,187,252). Sum of RGB (Red+Green+Blue) = 192+187+252=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBFC is #3F4403. Grayscale: #C3C3C3. Windows color (decimal): -4146180 or 16563136. OLE color: 16563136.

HSL color Cylindrical-coordinate representation of color #C0BBFC: hue angle of 244.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0BBFC is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192187252-
CMYK0.240.2600.01
HSL244.62º91.55%86.08%-
HSV(B)244.62º25.79%98.82%-
XYZ57.0853.7899.47-
YUV195.9159.66125.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.43%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=30.43%
G=29.64%
B=39.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921872520.240.2600.01244.6291.5586.08
HexC0BBFC181A01f55c56
Octal300273374303201365134126
Binary1100000010111011111111001100011010011111010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBFC; }

 p { color: rgb(192,187,252); }

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

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

 a { background-color: rgb(192,187,252); }

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

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

 span { border-color: rgb(192,187,252); }

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