#C0BEFB

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

Shades of Lavender Blue #C0BEFB

Tints of Lavender Blue #C0BEFB

Color information

#C0BEFB (or 0xC0BEFB) is unknown color: approx Lavender Blue. HEX triplet: C0, BE and FB. RGB value is (192,190,251). Sum of RGB (Red+Green+Blue) = 192+190+251=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEFB is #3F4104. Grayscale: #C5C5C5. Windows color (decimal): -4145413 or 16498368. OLE color: 16498368.

HSL color Cylindrical-coordinate representation of color #C0BEFB: hue angle of 241.97º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0BEFB is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192190251-
CMYK0.240.2400.02
HSL241.97º88.41%86.47%-
HSV(B)241.97º24.3%98.43%-
XYZ57.565598.85-
YUV197.55158.16124.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.33%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=30.33%
G=30.02%
B=39.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921902510.240.2400.02241.9788.4186.47
HexC0BEFB181802f25856
Octal300276373303002362130126
Binary11000000101111101111101111000110000101111001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEFB; }

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

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

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

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

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

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

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

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