Html Css Color HEX #B5DCD8 Scandal

📋 copy color: '#B5DCD8'

red 181 ◦ green 220 ◦ blue 216

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

Shades of Scandal #B5DCD8

Tints of Scandal #B5DCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.66%

 BLUE value IS 216 (84.77% from 255) = 35.01%

R = 29.34%
G = 35.66%
B = 35.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#B5DCD8 (or 0xB5DCD8) is known color: Scandal. HEX triplet: B5, DC and D8. RGB value is (181,220,216). Sum of RGB (Red+Green+Blue) = 181+220+216=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCD8 is #4A2327. Grayscale: #CFCFCF. Windows color (decimal): -4858664 or 14212277. OLE color: 14212277.

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

Color convert

RGB 181 220 216 -
CMYK 0.18 0 0.02 0.14
HSL 173.85º 0.36% 0.79% -
HSV(B) 173.85º 0.18% 0.86% -
XYZ 57.04 65.97 74.69 -
YUV 207.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 181 220 216 0.18 0 0.02 0.14 173.85 0.36 0.79
Hex B5 DC D8 12 0 2 E AE 24 4F
Octal 265 334 330 22 0 2 16 256 44 117
Binary 10110101 11011100 11011000 10010 0 10 1110 10101110 100100 1001111

Color Harmonies of #B5DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DCD8

Black with #B5DCD8

Text Example


Text Example

White with #B5DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DCD8; }

 p { color: rgb(181,220,216); }

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

background-color css

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

 a { background-color: rgb(181,220,216); }

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

border-color css

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

 span { border-color: rgb(181,220,216); }

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