Html Css Color HEX #B4DCD8 Scandal

📋 copy color: '#B4DCD8'

red 180 ◦ green 220 ◦ blue 216

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

Shades of Scandal #B4DCD8

Tints of Scandal #B4DCD8

RGB

 RED value IS 180 (70.7% from 255) = 29.22%

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

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

R = 29.22%
G = 35.71%
B = 35.06%

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

#B4DCD8 (or 0xB4DCD8) is known color: Scandal. HEX triplet: B4, DC and D8. RGB value is (180,220,216). Sum of RGB (Red+Green+Blue) = 180+220+216=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD8 is #4B2327. Grayscale: #CFCFCF. Windows color (decimal): -4924200 or 14212276. OLE color: 14212276.

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

Color convert

RGB 180 220 216 -
CMYK 0.18 0 0.02 0.14
HSL 174º 0.36% 0.78% -
HSV(B) 174º 0.18% 0.86% -
XYZ 56.81 65.85 74.68 -
YUV 207.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 180 220 216 0.18 0 0.02 0.14 174 0.36 0.78
Hex B4 DC D8 12 0 2 E AE 24 4E
Octal 264 334 330 22 0 2 16 256 44 116
Binary 10110100 11011100 11011000 10010 0 10 1110 10101110 100100 1001110

Color Harmonies of #B4DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCD8

Black with #B4DCD8

Text Example


Text Example

White with #B4DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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