#C5BEFE

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

Shades of Lavender Blue #C5BEFE

Tints of Lavender Blue #C5BEFE

Color information

#C5BEFE (or 0xC5BEFE) is unknown color: approx Lavender Blue. HEX triplet: C5, BE and FE. RGB value is (197,190,254). Sum of RGB (Red+Green+Blue) = 197+190+254=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEFE is #3A4101. Grayscale: #C7C7C7. Windows color (decimal): -3817730 or 16694981. OLE color: 16694981.

HSL color Cylindrical-coordinate representation of color #C5BEFE: hue angle of 246.56º 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 #C5BEFE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197190254-
CMYK0.220.2500.00
HSL246.56º96.97%87.06%-
HSV(B)246.56º25.2%99.61%-
XYZ59.3355.85101.42-
YUV199.39158.82126.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.73%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=30.73%
G=29.64%
B=39.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971902540.220.2500.00246.5696.9787.06
HexC5BEFE161900f76157
Octal305276376263100367141127
Binary1100010110111110111111101011011001001111011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEFE; }

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

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

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

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

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

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

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

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