#C3BBFF

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

Shades of Lavender Blue #C3BBFF

Tints of Lavender Blue #C3BBFF

Color information

#C3BBFF (or 0xC3BBFF) is unknown color: approx Lavender Blue. HEX triplet: C3, BB and FF. RGB value is (195,187,255). Sum of RGB (Red+Green+Blue) = 195+187+255=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBFF is #3C4400. Grayscale: #C4C4C4. Windows color (decimal): -3949569 or 16759747. OLE color: 16759747.

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

Color convert

RGB195187255-
CMYK0.240.2700
HSL247.06º100%86.67%-
HSV(B)247.06º26.67%100%-
XYZ58.3354.36102.03-
YUV197.14160.65126.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 255 (100% from 255) = 40.03%
R=30.61%
G=29.36%
B=40.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951872550.240.2700247.0610086.67
HexC3BBFF181B00f76457
Octal303273377303300367144127
Binary1100001110111011111111111100011011001111011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBFF; }

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

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

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

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

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

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

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

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