#B4DBDB

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

Shades of Powder Blue #B4DBDB

Tints of Powder Blue #B4DBDB

Color information

#B4DBDB (or 0xB4DBDB) is unknown color: approx Powder Blue. HEX triplet: B4, DB and DB. RGB value is (180,219,219). Sum of RGB (Red+Green+Blue) = 180+219+219=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B4DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBDB is #4B2424. Grayscale: #CFCFCF. Windows color (decimal): -4924453 or 14408628. OLE color: 14408628.

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

Color convert

RGB180219219-
CMYK0.18000.14
HSL180º35.14%78.24%-
HSV(B)180º17.81%85.88%-
XYZ56.9465.4876.66-
YUV207.34134.58108.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.13%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=29.13%
G=35.44%
B=35.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802192190.18000.1418035.1478.24
HexB4DBDB1200Eb4234e
Octal26433333322001626443116
Binary10110100110110111101101110010001110101101001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DBDB; }

 p { color: rgb(180,219,219); }

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

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

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

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

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

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

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