Html Css Color HEX #B6DBDC Powder Blue

📋 copy color: '#B6DBDC'

red 182 ◦ green 219 ◦ blue 220

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

Shades of Powder Blue #B6DBDC

Tints of Powder Blue #B6DBDC

RGB

 RED value IS 182 (71.48% from 255) = 29.31%

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

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

R = 29.31%
G = 35.27%
B = 35.43%

CMYK

 C value IS 0.17

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6DBDC (or 0xB6DBDC) is known color: Powder Blue. HEX triplet: B6, DB and DC. RGB value is (182,219,220). Sum of RGB (Red+Green+Blue) = 182+219+220=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBDC is #492423. Grayscale: #D0D0D0. Windows color (decimal): -4793380 or 14474166. OLE color: 14474166.

HSL color Cylindrical-coordinate representation of color #B6DBDC: hue angle of 181.58º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DBDC is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 219 220 -
CMYK 0.17 0.00 0 0.14
HSL 181.58º 0.35% 0.79% -
HSV(B) 181.58º 0.17% 0.86% -
XYZ 57.54 65.78 77.37 -
YUV 208.05 134.74 109.42 -
System Red Green Blue C M Y K H S L
Decimal 182 219 220 0.17 0.00 0 0.14 181.58 0.35 0.79
Hex B6 DB DC 11 0 0 E B6 23 4F
Octal 266 333 334 21 0 0 16 266 43 117
Binary 10110110 11011011 11011100 10001 0 0 1110 10110110 100011 1001111

Color Harmonies of #B6DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DBDC

Black with #B6DBDC

Text Example


Text Example

White with #B6DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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