Html Css Color HEX #B6DBDD Powder Blue

📋 copy color: '#B6DBDD'

red 182 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #B6DBDD

Tints of Powder Blue #B6DBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 29.26%
G = 35.21%
B = 35.53%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6DBDD (or 0xB6DBDD) is known color: Powder Blue. HEX triplet: B6, DB and DD. RGB value is (182,219,221). Sum of RGB (Red+Green+Blue) = 182+219+221=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBDD is #492422. Grayscale: #D0D0D0. Windows color (decimal): -4793379 or 14539702. OLE color: 14539702.

HSL color Cylindrical-coordinate representation of color #B6DBDD: hue angle of 183.08º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DBDD is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 219 221 -
CMYK 0.18 0.01 0 0.13
HSL 183.08º 0.36% 0.79% -
HSV(B) 183.08º 0.18% 0.87% -
XYZ 57.67 65.83 78.07 -
YUV 208.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 182 219 221 0.18 0.01 0 0.13 183.08 0.36 0.79
Hex B6 DB DD 12 1 0 D B7 24 4F
Octal 266 333 335 22 1 0 15 267 44 117
Binary 10110110 11011011 11011101 10010 1 0 1101 10110111 100100 1001111

Color Harmonies of #B6DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DBDD

Black with #B6DBDD

Text Example


Text Example

White with #B6DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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