#BBDFDF

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

Shades of Powder Blue #BBDFDF

Tints of Powder Blue #BBDFDF

Color information

#BBDFDF (or 0xBBDFDF) is unknown color: approx Powder Blue. HEX triplet: BB, DF and DF. RGB value is (187,223,223). Sum of RGB (Red+Green+Blue) = 187+223+223=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #BBDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFDF is #442020. Grayscale: #D4D4D4. Windows color (decimal): -4464673 or 14671803. OLE color: 14671803.

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

Color convert

RGB187223223-
CMYK0.16000.13
HSL180º36%80.39%-
HSV(B)180º16.14%87.45%-
XYZ60.268.6779.89-
YUV212.24134.07110-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=29.54%
G=35.23%
B=35.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872232230.16000.131803680.39
HexBBDFDF1000Db42450
Octal27333733720001526444120
Binary10111011110111111101111110000001101101101001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFDF; }

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

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

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

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

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

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

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

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