#C8BEFB

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

Shades of Lavender Blue #C8BEFB

Tints of Lavender Blue #C8BEFB

Color information

#C8BEFB (or 0xC8BEFB) is unknown color: approx Lavender Blue. HEX triplet: C8, BE and FB. RGB value is (200,190,251). Sum of RGB (Red+Green+Blue) = 200+190+251=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEFB is #374104. Grayscale: #C7C7C7. Windows color (decimal): -3621125 or 16498376. OLE color: 16498376.

HSL color Cylindrical-coordinate representation of color #C8BEFB: hue angle of 249.84º 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 #C8BEFB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200190251-
CMYK0.200.2400.02
HSL249.84º88.41%86.47%-
HSV(B)249.84º24.3%98.43%-
XYZ59.6556.0798.95-
YUV199.94156.81128.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=31.20%
G=29.64%
B=39.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001902510.200.2400.02249.8488.4186.47
HexC8BEFB141802fa5856
Octal310276373243002372130126
Binary11001000101111101111101110100110000101111101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEFB; }

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

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

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

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

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

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

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

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