#C0BBFF

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

Shades of Lavender Blue #C0BBFF

Tints of Lavender Blue #C0BBFF

Color information

#C0BBFF (or 0xC0BBFF) is unknown color: approx Lavender Blue. HEX triplet: C0, BB and FF. RGB value is (192,187,255). Sum of RGB (Red+Green+Blue) = 192+187+255=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBFF is #3F4400. Grayscale: #C3C3C3. Windows color (decimal): -4146177 or 16759744. OLE color: 16759744.

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

Color convert

RGB192187255-
CMYK0.250.2700
HSL244.41º100%86.67%-
HSV(B)244.41º26.67%100%-
XYZ57.5653.97101.99-
YUV196.25161.16124.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.28%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 255 (100% from 255) = 40.22%
R=30.28%
G=29.50%
B=40.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921872550.250.2700244.4110086.67
HexC0BBFF191B00f46457
Octal300273377313300364144127
Binary1100000010111011111111111100111011001111010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBFF; }

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

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

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

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

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

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

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

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