Html Css Color HEX #B2DBDC Powder Blue

📋 copy color: '#B2DBDC'

red 178 ◦ green 219 ◦ blue 220

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

Shades of Powder Blue #B2DBDC

Tints of Powder Blue #B2DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.49%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 28.85%
G = 35.49%
B = 35.66%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2DBDC (or 0xB2DBDC) is known color: Powder Blue. HEX triplet: B2, DB and DC. RGB value is (178,219,220). Sum of RGB (Red+Green+Blue) = 178+219+220=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBDC is #4D2423. Grayscale: #CECECE. Windows color (decimal): -5055524 or 14474162. OLE color: 14474162.

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

Color convert

RGB 178 219 220 -
CMYK 0.19 0.00 0 0.14
HSL 181.43º 0.38% 0.78% -
HSV(B) 181.43º 0.19% 0.86% -
XYZ 56.61 65.3 77.33 -
YUV 206.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 178 219 220 0.19 0.00 0 0.14 181.43 0.38 0.78
Hex B2 DB DC 13 0 0 E B5 26 4E
Octal 262 333 334 23 0 0 16 265 46 116
Binary 10110010 11011011 11011100 10011 0 0 1110 10110101 100110 1001110

Color Harmonies of #B2DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBDC

Black with #B2DBDC

Text Example


Text Example

White with #B2DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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