#C1BDCA

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

Shades of Blue Haze #C1BDCA

Tints of Blue Haze #C1BDCA

Color information

#C1BDCA (or 0xC1BDCA) is unknown color: approx Blue Haze. HEX triplet: C1, BD and CA. RGB value is (193,189,202). Sum of RGB (Red+Green+Blue) = 193+189+202=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDCA is #3E4235. Grayscale: #BFBFBF. Windows color (decimal): -4080182 or 13286849. OLE color: 13286849.

HSL color Cylindrical-coordinate representation of color #C1BDCA: hue angle of 258.46º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1BDCA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193189202-
CMYK0.040.0600.21
HSL258.46º10.92%76.67%-
HSV(B)258.46º6.44%79.22%-
XYZ50.855263.23-
YUV191.68133.83128.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=33.05%
G=32.36%
B=34.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931892020.040.0600.21258.4610.9276.67
HexC1BDCA46015102b4d
Octal3012753124602540213115
Binary11000001101111011100101010011001010110000001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDCA; }

 p { color: rgb(193,189,202); }

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

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

 a { background-color: rgb(193,189,202); }

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

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

 span { border-color: rgb(193,189,202); }

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