#B4DCDA

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

Shades of Scandal #B4DCDA

Tints of Scandal #B4DCDA

Color information

#B4DCDA (or 0xB4DCDA) is unknown color: approx Scandal. HEX triplet: B4, DC and DA. RGB value is (180,220,218). Sum of RGB (Red+Green+Blue) = 180+220+218=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCDA is #4B2325. Grayscale: #CFCFCF. Windows color (decimal): -4924198 or 14343348. OLE color: 14343348.

HSL color Cylindrical-coordinate representation of color #B4DCDA: hue angle of 177º degrees, saturation: 0.36, 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 #B4DCDA is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB180220218-
CMYK0.1800.010.14
HSL177º36.36%78.43%-
HSV(B)177º18.18%86.27%-
XYZ57.0765.9576.05-
YUV207.81133.75108.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.13%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=29.13%
G=35.60%
B=35.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802202180.1800.010.1417736.3678.43
HexB4DCDA1201Eb1244e
Octal26433433222011626144116
Binary10110100110111001101101010010011110101100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCDA; }

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

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

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

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

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

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

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

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