Html Css Color HEX #B2DCD8 Scandal

📋 copy color: '#B2DCD8'

red 178 ◦ green 220 ◦ blue 216

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

Shades of Scandal #B2DCD8

Tints of Scandal #B2DCD8

RGB

 RED value IS 178 (69.92% from 255) = 28.99%

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

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

R = 28.99%
G = 35.83%
B = 35.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#B2DCD8 (or 0xB2DCD8) is known color: Scandal. HEX triplet: B2, DC and D8. RGB value is (178,220,216). Sum of RGB (Red+Green+Blue) = 178+220+216=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCD8 is #4D2327. Grayscale: #CECECE. Windows color (decimal): -5055272 or 14212274. OLE color: 14212274.

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

Color convert

RGB 178 220 216 -
CMYK 0.19 0 0.02 0.14
HSL 174.29º 0.38% 0.78% -
HSV(B) 174.29º 0.19% 0.86% -
XYZ 56.35 65.61 74.66 -
YUV 206.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 178 220 216 0.19 0 0.02 0.14 174.29 0.38 0.78
Hex B2 DC D8 13 0 2 E AE 26 4E
Octal 262 334 330 23 0 2 16 256 46 116
Binary 10110010 11011100 11011000 10011 0 10 1110 10101110 100110 1001110

Color Harmonies of #B2DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCD8

Black with #B2DCD8

Text Example


Text Example

White with #B2DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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