#C0BBE4

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

Shades of Lavender Grey #C0BBE4

Tints of Lavender Grey #C0BBE4

Color information

#C0BBE4 (or 0xC0BBE4) is unknown color: approx Lavender Grey. HEX triplet: C0, BB and E4. RGB value is (192,187,228). Sum of RGB (Red+Green+Blue) = 192+187+228=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0BBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BBE4 is #3F441B. Grayscale: #C1C1C1. Windows color (decimal): -4146204 or 14990272. OLE color: 14990272.

HSL color Cylindrical-coordinate representation of color #C0BBE4: hue angle of 247.32º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BBE4 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB192187228-
CMYK0.160.1800.11
HSL247.32º43.16%81.37%-
HSV(B)247.32º17.98%89.41%-
XYZ53.5152.3580.68-
YUV193.17147.66127.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.63%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=31.63%
G=30.81%
B=37.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1921872280.160.1800.11247.3243.1681.37
HexC0BBE410120Bf72b51
Octal300273344202201336753121
Binary110000001011101111100100100001001001011111101111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBE4; }

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

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

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

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

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

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

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

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