#B4D5CE

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

Shades of Scandal #B4D5CE

Tints of Scandal #B4D5CE

Color information

#B4D5CE (or 0xB4D5CE) is unknown color: approx Scandal. HEX triplet: B4, D5 and CE. RGB value is (180,213,206). Sum of RGB (Red+Green+Blue) = 180+213+206=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5CE is #4B2A31. Grayscale: #CACACA. Windows color (decimal): -4926002 or 13555124. OLE color: 13555124.

HSL color Cylindrical-coordinate representation of color #B4D5CE: hue angle of 167.27º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D5CE is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB180213206-
CMYK0.1500.030.16
HSL167.27º28.21%77.06%-
HSV(B)167.27º15.49%83.53%-
XYZ53.7661.7567.48-
YUV202.34130.07112.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=30.05%
G=35.56%
B=34.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802132060.1500.030.16167.2728.2177.06
HexB4D5CEF0310a71c4d
Octal26432531617032024734115
Binary10110100110101011100111011110111000010100111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D5CE; }

 p { color: rgb(180,213,206); }

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

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

 a { background-color: rgb(180,213,206); }

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

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

 span { border-color: rgb(180,213,206); }

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