#C0BBF3

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

Shades of Lavender Blue #C0BBF3

Tints of Lavender Blue #C0BBF3

Color information

#C0BBF3 (or 0xC0BBF3) is unknown color: approx Lavender Blue. HEX triplet: C0, BB and F3. RGB value is (192,187,243). Sum of RGB (Red+Green+Blue) = 192+187+243=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF3 is #3F440C. Grayscale: #C2C2C2. Windows color (decimal): -4146189 or 15973312. OLE color: 15973312.

HSL color Cylindrical-coordinate representation of color #C0BBF3: hue angle of 245.36º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BBF3 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192187243-
CMYK0.210.2300.05
HSL245.36º70%84.31%-
HSV(B)245.36º23.05%95.29%-
XYZ55.6953.2292.13-
YUV194.88155.16125.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.87%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=30.87%
G=30.06%
B=39.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921872430.210.2300.05245.367084.31
HexC0BBF3151705f54654
Octal300273363252705365106124
Binary110000001011101111110011101011011101011111010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BBF3; }

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

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

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

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

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

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

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

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