#B4DBDA

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

Shades of Scandal #B4DBDA

Tints of Scandal #B4DBDA

Color information

#B4DBDA (or 0xB4DBDA) is unknown color: approx Scandal. HEX triplet: B4, DB and DA. RGB value is (180,219,218). Sum of RGB (Red+Green+Blue) = 180+219+218=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDA is #4B2425. Grayscale: #CFCFCF. Windows color (decimal): -4924454 or 14343092. OLE color: 14343092.

HSL color Cylindrical-coordinate representation of color #B4DBDA: hue angle of 178.46º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DBDA is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB180219218-
CMYK0.1800.000.14
HSL178.46º35.14%78.24%-
HSV(B)178.46º17.81%85.88%-
XYZ56.8165.4375.96-
YUV207.22134.08108.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.17%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=29.17%
G=35.49%
B=35.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802192180.1800.000.14178.4635.1478.24
HexB4DBDA1200Eb2234e
Octal26433333222001626243116
Binary10110100110110111101101010010001110101100101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DBDA; }

 p { color: rgb(180,219,218); }

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

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

 a { background-color: rgb(180,219,218); }

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

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

 span { border-color: rgb(180,219,218); }

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