#B1CDC9

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

Shades of Scandal #B1CDC9

Tints of Scandal #B1CDC9

Color information

#B1CDC9 (or 0xB1CDC9) is unknown color: approx Scandal. HEX triplet: B1, CD and C9. RGB value is (177,205,201). Sum of RGB (Red+Green+Blue) = 177+205+201=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDC9 is #4E3236. Grayscale: #C4C4C4. Windows color (decimal): -5124663 or 13225393. OLE color: 13225393.

HSL color Cylindrical-coordinate representation of color #B1CDC9: hue angle of 171.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CDC9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB177205201-
CMYK0.1400.020.20
HSL171.43º21.88%74.9%-
HSV(B)171.43º13.66%80.39%-
XYZ50.5157.2363.64-
YUV196.17130.72114.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.36%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 201 (78.91% from 255) = 34.48%
R=30.36%
G=35.16%
B=34.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772052010.1400.020.20171.4321.8874.9
HexB1CDC9E0214ab164b
Octal26131531116022425326113
Binary10110001110011011100100111100101010010101011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CDC9; }

 p { color: rgb(177,205,201); }

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

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

 a { background-color: rgb(177,205,201); }

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

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

 span { border-color: rgb(177,205,201); }

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