Html Css Color HEX #B2DCD6 Scandal

📋 copy color: '#B2DCD6'

red 178 ◦ green 220 ◦ blue 214

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

Shades of Scandal #B2DCD6

Tints of Scandal #B2DCD6

RGB

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

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

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

R = 29.08%
G = 35.95%
B = 34.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#B2DCD6 (or 0xB2DCD6) is known color: Scandal. HEX triplet: B2, DC and D6. RGB value is (178,220,214). Sum of RGB (Red+Green+Blue) = 178+220+214=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCD6 is #4D2329. Grayscale: #CECECE. Windows color (decimal): -5055274 or 14081202. OLE color: 14081202.

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

Color convert

RGB 178 220 214 -
CMYK 0.19 0 0.03 0.14
HSL 171.43º 0.38% 0.78% -
HSV(B) 171.43º 0.19% 0.86% -
XYZ 56.09 65.51 73.31 -
YUV 206.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 178 220 214 0.19 0 0.03 0.14 171.43 0.38 0.78
Hex B2 DC D6 13 0 3 E AB 26 4E
Octal 262 334 326 23 0 3 16 253 46 116
Binary 10110010 11011100 11010110 10011 0 11 1110 10101011 100110 1001110

Color Harmonies of #B2DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCD6

Black with #B2DCD6

Text Example


Text Example

White with #B2DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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