#B5DBDA

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

Shades of Scandal #B5DBDA

Tints of Scandal #B5DBDA

Color information

#B5DBDA (or 0xB5DBDA) is unknown color: approx Scandal. HEX triplet: B5, DB and DA. RGB value is (181,219,218). Sum of RGB (Red+Green+Blue) = 181+219+218=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBDA is #4A2425. Grayscale: #CFCFCF. Windows color (decimal): -4858918 or 14343093. OLE color: 14343093.

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

Color convert

RGB181219218-
CMYK0.1700.000.14
HSL178.42º34.55%78.43%-
HSV(B)178.42º17.35%85.88%-
XYZ57.0465.5575.98-
YUV207.52133.91109.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.29%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=29.29%
G=35.44%
B=35.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812192180.1700.000.14178.4234.5578.43
HexB5DBDA1100Eb2234e
Octal26533333221001626243116
Binary10110101110110111101101010001001110101100101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBDA; }

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

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

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

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

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

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

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

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