#B4D1CB

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

Shades of Scandal #B4D1CB

Tints of Scandal #B4D1CB

Color information

#B4D1CB (or 0xB4D1CB) is unknown color: approx Scandal. HEX triplet: B4, D1 and CB. RGB value is (180,209,203). Sum of RGB (Red+Green+Blue) = 180+209+203=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1CB is #4B2E34. Grayscale: #C7C7C7. Windows color (decimal): -4927029 or 13357492. OLE color: 13357492.

HSL color Cylindrical-coordinate representation of color #B4D1CB: hue angle of 167.59º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D1CB is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB180209203-
CMYK0.1400.030.18
HSL167.59º23.97%76.27%-
HSV(B)167.59º13.88%81.96%-
XYZ52.459.6265.25-
YUV199.64129.89113.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.41%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=30.41%
G=35.30%
B=34.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802092030.1400.030.18167.5923.9776.27
HexB4D1CBE0312a8184c
Octal26432131316032225030114
Binary10110100110100011100101111100111001010101000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D1CB; }

 p { color: rgb(180,209,203); }

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

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

 a { background-color: rgb(180,209,203); }

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

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

 span { border-color: rgb(180,209,203); }

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