#B1CEC9

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

Shades of Scandal #B1CEC9

Tints of Scandal #B1CEC9

Color information

#B1CEC9 (or 0xB1CEC9) is unknown color: approx Scandal. HEX triplet: B1, CE and C9. RGB value is (177,206,201). Sum of RGB (Red+Green+Blue) = 177+206+201=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEC9 is #4E3136. Grayscale: #C4C4C4. Windows color (decimal): -5124407 or 13225649. OLE color: 13225649.

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

Color convert

RGB177206201-
CMYK0.1400.020.19
HSL169.66º22.83%75.1%-
HSV(B)169.66º14.08%80.78%-
XYZ50.7557.7163.72-
YUV196.76130.39113.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.31%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=30.31%
G=35.27%
B=34.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772062010.1400.020.19169.6622.8375.1
HexB1CEC9E0213aa174b
Octal26131631116022325227113
Binary10110001110011101100100111100101001110101010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEC9; }

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

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

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

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

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

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

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

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