#C8BEFE

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

Shades of Lavender Blue #C8BEFE

Tints of Lavender Blue #C8BEFE

Color information

#C8BEFE (or 0xC8BEFE) is unknown color: approx Lavender Blue. HEX triplet: C8, BE and FE. RGB value is (200,190,254). Sum of RGB (Red+Green+Blue) = 200+190+254=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEFE is #374101. Grayscale: #C8C8C8. Windows color (decimal): -3621122 or 16694984. OLE color: 16694984.

HSL color Cylindrical-coordinate representation of color #C8BEFE: hue angle of 249.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BEFE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200190254-
CMYK0.210.2500.00
HSL249.38º96.97%87.06%-
HSV(B)249.38º25.2%99.61%-
XYZ60.1256.26101.46-
YUV200.29158.31127.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.06%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=31.06%
G=29.50%
B=39.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001902540.210.2500.00249.3896.9787.06
HexC8BEFE151900f96157
Octal310276376253100371141127
Binary1100100010111110111111101010111001001111100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEFE; }

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

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

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

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

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

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

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

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