Html Css Color HEX #B2DCDA Scandal

📋 copy color: '#B2DCDA'

red 178 ◦ green 220 ◦ blue 218

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

Shades of Scandal #B2DCDA

Tints of Scandal #B2DCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 28.9%
G = 35.71%
B = 35.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#B2DCDA (or 0xB2DCDA) is known color: Scandal. HEX triplet: B2, DC and DA. RGB value is (178,220,218). Sum of RGB (Red+Green+Blue) = 178+220+218=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCDA is #4D2325. Grayscale: #CFCFCF. Windows color (decimal): -5055270 or 14343346. OLE color: 14343346.

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

Color convert

RGB 178 220 218 -
CMYK 0.19 0 0.01 0.14
HSL 177.14º 0.38% 0.78% -
HSV(B) 177.14º 0.19% 0.86% -
XYZ 56.61 65.71 76.03 -
YUV 207.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 178 220 218 0.19 0 0.01 0.14 177.14 0.38 0.78
Hex B2 DC DA 13 0 1 E B1 26 4E
Octal 262 334 332 23 0 1 16 261 46 116
Binary 10110010 11011100 11011010 10011 0 1 1110 10110001 100110 1001110

Color Harmonies of #B2DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCDA

Black with #B2DCDA

Text Example


Text Example

White with #B2DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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