#B3DCDB

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

Shades of Powder Blue #B3DCDB

Tints of Powder Blue #B3DCDB

Color information

#B3DCDB (or 0xB3DCDB) is unknown color: approx Powder Blue. HEX triplet: B3, DC and DB. RGB value is (179,220,219). Sum of RGB (Red+Green+Blue) = 179+220+219=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCDB is #4C2324. Grayscale: #CFCFCF. Windows color (decimal): -4989733 or 14408883. OLE color: 14408883.

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

Color convert

RGB179220219-
CMYK0.1900.000.14
HSL178.54º36.94%78.24%-
HSV(B)178.54º18.64%86.27%-
XYZ56.9765.8876.73-
YUV207.63134.42107.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.96%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=28.96%
G=35.60%
B=35.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792202190.1900.000.14178.5436.9478.24
HexB3DCDB1300Eb3254e
Octal26333433323001626345116
Binary10110011110111001101101110011001110101100111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCDB; }

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

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

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

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

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

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

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

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