#C1BBD1

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

Shades of Blue Haze #C1BBD1

Tints of Blue Haze #C1BBD1

Color information

#C1BBD1 (or 0xC1BBD1) is unknown color: approx Blue Haze. HEX triplet: C1, BB and D1. RGB value is (193,187,209). Sum of RGB (Red+Green+Blue) = 193+187+209=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #C1BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBD1 is #3E442E. Grayscale: #BFBFBF. Windows color (decimal): -4080687 or 13745089. OLE color: 13745089.

HSL color Cylindrical-coordinate representation of color #C1BBD1: hue angle of 256.36º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BBD1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193187209-
CMYK0.080.1100.18
HSL256.36º19.3%77.65%-
HSV(B)256.36º10.53%81.96%-
XYZ51.2751.4867.56-
YUV191.3137.99129.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.77%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=32.77%
G=31.75%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931872090.080.1100.18256.3619.377.65
HexC1BBD18B012100134e
Octal301273321101302240023116
Binary11000001101110111101000110001011010010100000000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBD1; }

 p { color: rgb(193,187,209); }

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

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

 a { background-color: rgb(193,187,209); }

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

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

 span { border-color: rgb(193,187,209); }

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