#C4BFFB

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

Shades of Lavender Blue #C4BFFB

Tints of Lavender Blue #C4BFFB

Color information

#C4BFFB (or 0xC4BFFB) is unknown color: approx Lavender Blue. HEX triplet: C4, BF and FB. RGB value is (196,191,251). Sum of RGB (Red+Green+Blue) = 196+191+251=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFFB is #3B4004. Grayscale: #C7C7C7. Windows color (decimal): -3883013 or 16498628. OLE color: 16498628.

HSL color Cylindrical-coordinate representation of color #C4BFFB: hue angle of 245º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4BFFB is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196191251-
CMYK0.220.2400.02
HSL245º88.24%86.67%-
HSV(B)245º23.9%98.43%-
XYZ58.8155.9698.97-
YUV199.34157.16125.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.72%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=30.72%
G=29.94%
B=39.34%

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
Decimal1961912510.220.2400.0224588.2486.67
HexC4BFFB161802f55857
Octal304277373263002365130127
Binary11000100101111111111101110110110000101111010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFFB; }

 p { color: rgb(196,191,251); }

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

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

 a { background-color: rgb(196,191,251); }

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

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

 span { border-color: rgb(196,191,251); }

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