#C0BEF2

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

Shades of Lavender Blue #C0BEF2

Tints of Lavender Blue #C0BEF2

Color information

#C0BEF2 (or 0xC0BEF2) is unknown color: approx Lavender Blue. HEX triplet: C0, BE and F2. RGB value is (192,190,242). Sum of RGB (Red+Green+Blue) = 192+190+242=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEF2 is #3F410D. Grayscale: #C4C4C4. Windows color (decimal): -4145422 or 15908544. OLE color: 15908544.

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

Color convert

RGB192190242-
CMYK0.210.2100.05
HSL242.31º66.67%84.71%-
HSV(B)242.31º21.49%94.9%-
XYZ56.1854.4491.55-
YUV196.53153.66124.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.77%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=30.77%
G=30.45%
B=38.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921902420.210.2100.05242.3166.6784.71
HexC0BEF2151505f24355
Octal300276362252505362103125
Binary110000001011111011110010101011010101011111001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEF2; }

 p { color: rgb(192,190,242); }

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

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

 a { background-color: rgb(192,190,242); }

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

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

 span { border-color: rgb(192,190,242); }

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