#C3BFFB

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

Shades of Lavender Blue #C3BFFB

Tints of Lavender Blue #C3BFFB

Color information

#C3BFFB (or 0xC3BFFB) is unknown color: approx Lavender Blue. HEX triplet: C3, BF and FB. RGB value is (195,191,251). Sum of RGB (Red+Green+Blue) = 195+191+251=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFFB is #3C4004. Grayscale: #C6C6C6. Windows color (decimal): -3948549 or 16498627. OLE color: 16498627.

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

Color convert

RGB195191251-
CMYK0.220.2400.02
HSL244º88.24%86.67%-
HSV(B)244º23.9%98.43%-
XYZ58.5555.8398.96-
YUV199.04157.33125.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=30.61%
G=29.98%
B=39.40%

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
Decimal1951912510.220.2400.0224488.2486.67
HexC3BFFB161802f45857
Octal303277373263002364130127
Binary11000011101111111111101110110110000101111010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFFB; }

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

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

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

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

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

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

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

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