#B4CDC9

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

Shades of Scandal #B4CDC9

Tints of Scandal #B4CDC9

Color information

#B4CDC9 (or 0xB4CDC9) is unknown color: approx Scandal. HEX triplet: B4, CD and C9. RGB value is (180,205,201). Sum of RGB (Red+Green+Blue) = 180+205+201=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDC9 is #4B3236. Grayscale: #C5C5C5. Windows color (decimal): -4928055 or 13225396. OLE color: 13225396.

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

Color convert

RGB180205201-
CMYK0.1200.020.20
HSL170.4º20%75.49%-
HSV(B)170.4º12.2%80.39%-
XYZ51.257.5863.67-
YUV197.07130.22115.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.72%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=30.72%
G=34.98%
B=34.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802052010.1200.020.20170.42075.49
HexB4CDC9C0214aa144b
Octal26431531114022425224113
Binary10110100110011011100100111000101010010101010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDC9; }

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

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

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

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

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

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

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

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