#C3BBFE

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

Shades of Lavender Blue #C3BBFE

Tints of Lavender Blue #C3BBFE

Color information

#C3BBFE (or 0xC3BBFE) is unknown color: approx Lavender Blue. HEX triplet: C3, BB and FE. RGB value is (195,187,254). Sum of RGB (Red+Green+Blue) = 195+187+254=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBFE is #3C4401. Grayscale: #C4C4C4. Windows color (decimal): -3949570 or 16694211. OLE color: 16694211.

HSL color Cylindrical-coordinate representation of color #C3BBFE: hue angle of 247.16º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BBFE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195187254-
CMYK0.230.2600.00
HSL247.16º97.1%86.47%-
HSV(B)247.16º26.38%99.61%-
XYZ58.1754.3101.18-
YUV197.03160.15126.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.66%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=30.66%
G=29.40%
B=39.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1951872540.230.2600.00247.1697.186.47
HexC3BBFE171A00f76156
Octal303273376273200367141126
Binary1100001110111011111111101011111010001111011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBFE; }

 p { color: rgb(195,187,254); }

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

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

 a { background-color: rgb(195,187,254); }

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

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

 span { border-color: rgb(195,187,254); }

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