#C0BBF5

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

Shades of Lavender Blue #C0BBF5

Tints of Lavender Blue #C0BBF5

Color information

#C0BBF5 (or 0xC0BBF5) is unknown color: approx Lavender Blue. HEX triplet: C0, BB and F5. RGB value is (192,187,245). Sum of RGB (Red+Green+Blue) = 192+187+245=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #C0BBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF5 is #3F440A. Grayscale: #C2C2C2. Windows color (decimal): -4146187 or 16104384. OLE color: 16104384.

HSL color Cylindrical-coordinate representation of color #C0BBF5: hue angle of 245.17º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0BBF5 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192187245-
CMYK0.220.2400.04
HSL245.17º74.36%84.71%-
HSV(B)245.17º23.67%96.08%-
XYZ55.9953.3493.73-
YUV195.11156.16125.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.77%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 245 (96.09% from 255) = 39.26%
R=30.77%
G=29.97%
B=39.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921872450.220.2400.04245.1774.3684.71
HexC0BBF5161804f54a55
Octal300273365263004365112125
Binary110000001011101111110101101101100001001111010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBF5; }

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

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

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

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

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

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

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

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