#C4BEFE

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

Shades of Lavender Blue #C4BEFE

Tints of Lavender Blue #C4BEFE

Color information

#C4BEFE (or 0xC4BEFE) is unknown color: approx Lavender Blue. HEX triplet: C4, BE and FE. RGB value is (196,190,254). Sum of RGB (Red+Green+Blue) = 196+190+254=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEFE is #3B4101. Grayscale: #C6C6C6. Windows color (decimal): -3883266 or 16694980. OLE color: 16694980.

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

Color convert

RGB196190254-
CMYK0.230.2500.00
HSL245.62º96.97%87.06%-
HSV(B)245.62º25.2%99.61%-
XYZ59.0755.72101.41-
YUV199.09158.99125.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.62%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=30.62%
G=29.69%
B=39.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961902540.230.2500.00245.6296.9787.06
HexC4BEFE171900f66157
Octal304276376273100366141127
Binary1100010010111110111111101011111001001111011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEFE; }

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

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

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

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

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

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

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

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