#B7DADA

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

Shades of Powder Blue #B7DADA

Tints of Powder Blue #B7DADA

Color information

#B7DADA (or 0xB7DADA) is unknown color: approx Powder Blue. HEX triplet: B7, DA and DA. RGB value is (183,218,218). Sum of RGB (Red+Green+Blue) = 183+218+218=619 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.56% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #B7DADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DADA is #482525. Grayscale: #CFCFCF. Windows color (decimal): -4728102 or 14342839. OLE color: 14342839.

HSL color Cylindrical-coordinate representation of color #B7DADA: hue angle of 180º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DADA is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183218218-
CMYK0.16000.15
HSL180º32.11%78.63%-
HSV(B)180º16.06%85.49%-
XYZ57.2565.2775.91-
YUV207.54133.9110.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.56%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=29.56%
G=35.22%
B=35.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832182180.16000.1518032.1178.63
HexB7DADA1000Fb4204f
Octal26733233220001726440117
Binary10110111110110101101101010000001111101101001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DADA; }

 p { color: rgb(183,218,218); }

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

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

 a { background-color: rgb(183,218,218); }

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

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

 span { border-color: rgb(183,218,218); }

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