#BBDAE1

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

Shades of Powder Blue #BBDAE1

Tints of Powder Blue #BBDAE1

Color information

#BBDAE1 (or 0xBBDAE1) is unknown color: approx Powder Blue. HEX triplet: BB, DA and E1. RGB value is (187,218,225). Sum of RGB (Red+Green+Blue) = 187+218+225=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAE1 is #44251E. Grayscale: #D1D1D1. Windows color (decimal): -4465951 or 14801595. OLE color: 14801595.

HSL color Cylindrical-coordinate representation of color #BBDAE1: hue angle of 191.05º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDAE1 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187218225-
CMYK0.170.0300.12
HSL191.05º38.78%80.78%-
HSV(B)191.05º16.89%88.24%-
XYZ59.1666.1480.88-
YUV209.53136.73111.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 225 (88.28% from 255) = 35.71%
R=29.68%
G=34.60%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872182250.170.0300.12191.0538.7880.78
HexBBDAE11130Cbf2751
Octal27333234121301427747121
Binary101110111101101011100001100011101100101111111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAE1; }

 p { color: rgb(187,218,225); }

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

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

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

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

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

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

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