Html Css Color HEX #B6DDE6 Powder Blue

📋 copy color: '#B6DDE6'

red 182 ◦ green 221 ◦ blue 230

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

Shades of Powder Blue #B6DDE6

Tints of Powder Blue #B6DDE6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.91%

 BLUE value IS 230 (90.23% from 255) = 36.33%

R = 28.75%
G = 34.91%
B = 36.33%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B6DDE6 (or 0xB6DDE6) is known color: Powder Blue. HEX triplet: B6, DD and E6. RGB value is (182,221,230). Sum of RGB (Red+Green+Blue) = 182+221+230=633 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.75% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #B6DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DDE6 is #492219. Grayscale: #D2D2D2. Windows color (decimal): -4792858 or 15130038. OLE color: 15130038.

HSL color Cylindrical-coordinate representation of color #B6DDE6: hue angle of 191.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6DDE6 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 221 230 -
CMYK 0.21 0.04 0 0.10
HSL 191.25º 0.49% 0.81% -
HSV(B) 191.25º 0.21% 0.9% -
XYZ 59.43 67.37 84.73 -
YUV 210.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 182 221 230 0.21 0.04 0 0.10 191.25 0.49 0.81
Hex B6 DD E6 15 4 0 A BF 31 51
Octal 266 335 346 25 4 0 12 277 61 121
Binary 10110110 11011101 11100110 10101 100 0 1010 10111111 110001 1010001

Color Harmonies of #B6DDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DDE6

Black with #B6DDE6

Text Example


Text Example

White with #B6DDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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