Html Css Color HEX #B5DAD9 Scandal

📋 copy color: '#B5DAD9'

red 181 ◦ green 218 ◦ blue 217

#B5DAD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #B5DAD9

Tints of Scandal #B5DAD9

RGB

 RED value IS 181 (71.09% from 255) = 29.38%

 GREEN value IS 218 (85.55% from 255) = 35.39%

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 29.38%
G = 35.39%
B = 35.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#B5DAD9 (or 0xB5DAD9) is known color: Scandal. HEX triplet: B5, DA and D9. RGB value is (181,218,217). Sum of RGB (Red+Green+Blue) = 181+218+217=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAD9 is #4A2526. Grayscale: #CECECE. Windows color (decimal): -4859175 or 14277301. OLE color: 14277301.

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

Color convert

RGB 181 218 217 -
CMYK 0.17 0 0.00 0.15
HSL 178.38º 0.33% 0.78% -
HSV(B) 178.38º 0.17% 0.85% -
XYZ 56.65 64.98 75.2 -
YUV 206.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 181 218 217 0.17 0 0.00 0.15 178.38 0.33 0.78
Hex B5 DA D9 11 0 0 F B2 21 4E
Octal 265 332 331 21 0 0 17 262 41 116
Binary 10110101 11011010 11011001 10001 0 0 1111 10110010 100001 1001110

Color Harmonies of #B5DAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DAD9

Black with #B5DAD9

Text Example


Text Example

White with #B5DAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DAD9; }

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

 H1.HeaderClassName
 {
   color: #B5DAD9;
 }
 .AnyTagClassName
 {
   color: #B5DAD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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