Html Css Color HEX #B4DCD6 Scandal

📋 copy color: '#B4DCD6'

red 180 ◦ green 220 ◦ blue 214

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

Shades of Scandal #B4DCD6

Tints of Scandal #B4DCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.85%

R = 29.32%
G = 35.83%
B = 34.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#B4DCD6 (or 0xB4DCD6) is known color: Scandal. HEX triplet: B4, DC and D6. RGB value is (180,220,214). Sum of RGB (Red+Green+Blue) = 180+220+214=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD6 is #4B2329. Grayscale: #CFCFCF. Windows color (decimal): -4924202 or 14081204. OLE color: 14081204.

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

Color convert

RGB 180 220 214 -
CMYK 0.18 0 0.03 0.14
HSL 171º 0.36% 0.78% -
HSV(B) 171º 0.18% 0.86% -
XYZ 56.55 65.74 73.33 -
YUV 207.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 180 220 214 0.18 0 0.03 0.14 171 0.36 0.78
Hex B4 DC D6 12 0 3 E AB 24 4E
Octal 264 334 326 22 0 3 16 253 44 116
Binary 10110100 11011100 11010110 10010 0 11 1110 10101011 100100 1001110

Color Harmonies of #B4DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCD6

Black with #B4DCD6

Text Example


Text Example

White with #B4DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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