Html Css Color HEX #B2DCD7 Scandal

📋 copy color: '#B2DCD7'

red 178 ◦ green 220 ◦ blue 215

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

Shades of Scandal #B2DCD7

Tints of Scandal #B2DCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 29.04%
G = 35.89%
B = 35.07%

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

#B2DCD7 (or 0xB2DCD7) is known color: Scandal. HEX triplet: B2, DC and D7. RGB value is (178,220,215). Sum of RGB (Red+Green+Blue) = 178+220+215=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCD7 is #4D2328. Grayscale: #CECECE. Windows color (decimal): -5055273 or 14146738. OLE color: 14146738.

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

Color convert

RGB 178 220 215 -
CMYK 0.19 0 0.02 0.14
HSL 172.86º 0.38% 0.78% -
HSV(B) 172.86º 0.19% 0.86% -
XYZ 56.22 65.56 73.98 -
YUV 206.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 178 220 215 0.19 0 0.02 0.14 172.86 0.38 0.78
Hex B2 DC D7 13 0 2 E AD 26 4E
Octal 262 334 327 23 0 2 16 255 46 116
Binary 10110010 11011100 11010111 10011 0 10 1110 10101101 100110 1001110

Color Harmonies of #B2DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCD7

Black with #B2DCD7

Text Example


Text Example

White with #B2DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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