#B6DFDF

Color #B6DFDF Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #B6DFDF

Tints of Powder Blue #B6DFDF

Color information

#B6DFDF (or 0xB6DFDF) is unknown color: approx Powder Blue. HEX triplet: B6, DF and DF. RGB value is (182,223,223). Sum of RGB (Red+Green+Blue) = 182+223+223=628 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.98% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B6DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DFDF is #492020. Grayscale: #D2D2D2. Windows color (decimal): -4792353 or 14671798. OLE color: 14671798.

HSL color Cylindrical-coordinate representation of color #B6DFDF: hue angle of 180º degrees, saturation: 0.39, 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 #B6DFDF is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182223223-
CMYK0.18000.13
HSL180º39.05%79.41%-
HSV(B)180º18.39%87.45%-
XYZ5968.0579.84-
YUV210.74134.92107.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.98%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=28.98%
G=35.51%
B=35.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822232230.18000.1318039.0579.41
HexB6DFDF1200Db4274f
Octal26633733722001526447117
Binary10110110110111111101111110010001101101101001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DFDF; }

 p { color: rgb(182,223,223); }

 H1.HeaderClassName
 {
   color: #B6DFDF;
 }
 .AnyTagClassName
 {
   color: #B6DFDF;
 }
</style>
background-color css

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

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

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

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

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

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