#B1DFDA

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

Shades of Scandal #B1DFDA

Tints of Scandal #B1DFDA

Color information

#B1DFDA (or 0xB1DFDA) is unknown color: approx Scandal. HEX triplet: B1, DF and DA. RGB value is (177,223,218). Sum of RGB (Red+Green+Blue) = 177+223+218=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFDA is #4E2025. Grayscale: #D0D0D0. Windows color (decimal): -5120038 or 14344113. OLE color: 14344113.

HSL color Cylindrical-coordinate representation of color #B1DFDA: hue angle of 173.48º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFDA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB177223218-
CMYK0.2100.020.13
HSL173.48º41.82%78.43%-
HSV(B)173.48º20.63%87.45%-
XYZ57.1767.1876.28-
YUV208.68133.26105.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.64%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=28.64%
G=36.08%
B=35.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772232180.2100.020.13173.4841.8278.43
HexB1DFDA1502Dad2a4e
Octal26133733225021525552116
Binary101100011101111111011010101010101101101011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFDA; }

 p { color: rgb(177,223,218); }

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

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

 a { background-color: rgb(177,223,218); }

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

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

 span { border-color: rgb(177,223,218); }

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