#C4BEFA

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

Shades of Lavender Blue #C4BEFA

Tints of Lavender Blue #C4BEFA

Color information

#C4BEFA (or 0xC4BEFA) is unknown color: approx Lavender Blue. HEX triplet: C4, BE and FA. RGB value is (196,190,250). Sum of RGB (Red+Green+Blue) = 196+190+250=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEFA is #3B4105. Grayscale: #C6C6C6. Windows color (decimal): -3883270 or 16432836. OLE color: 16432836.

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

Color convert

RGB196190250-
CMYK0.220.2400.02
HSL246º85.71%86.27%-
HSV(B)246º24%98.04%-
XYZ58.4355.4698.07-
YUV198.63156.99126.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.82%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=30.82%
G=29.87%
B=39.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961902500.220.2400.0224685.7186.27
HexC4BEFA161802f65656
Octal304276372263002366126126
Binary11000100101111101111101010110110000101111011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEFA; }

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

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

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

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

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

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

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

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