#C1BDD5

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

Shades of Blue Haze #C1BDD5

Tints of Blue Haze #C1BDD5

Color information

#C1BDD5 (or 0xC1BDD5) is unknown color: approx Blue Haze. HEX triplet: C1, BD and D5. RGB value is (193,189,213). Sum of RGB (Red+Green+Blue) = 193+189+213=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDD5 is #3E422A. Grayscale: #C0C0C0. Windows color (decimal): -4080171 or 14007745. OLE color: 14007745.

HSL color Cylindrical-coordinate representation of color #C1BDD5: hue angle of 250º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BDD5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193189213-
CMYK0.090.1100.16
HSL250º22.22%78.82%-
HSV(B)250º11.27%83.53%-
XYZ52.252.5470.34-
YUV192.93139.33128.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.44%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 213 (83.59% from 255) = 35.80%
R=32.44%
G=31.76%
B=35.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931892130.090.1100.1625022.2278.82
HexC1BDD59B010fa164f
Octal301275325111302037226117
Binary1100000110111101110101011001101101000011111010101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDD5; }

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

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

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

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

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

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

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

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