Html Css Color HEX #BBE1DF Powder Blue

📋 copy color: '#BBE1DF'

red 187 ◦ green 225 ◦ blue 223

#BBE1DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #BBE1DF

Tints of Powder Blue #BBE1DF

RGB

 RED value IS 187 (73.44% from 255) = 29.45%

 GREEN value IS 225 (88.28% from 255) = 35.43%

 BLUE value IS 223 (87.5% from 255) = 35.12%

R = 29.45%
G = 35.43%
B = 35.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#BBE1DF (or 0xBBE1DF) is known color: Powder Blue. HEX triplet: BB, E1 and DF. RGB value is (187,225,223). Sum of RGB (Red+Green+Blue) = 187+225+223=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1DF is #441E20. Grayscale: #D5D5D5. Windows color (decimal): -4464161 or 14672315. OLE color: 14672315.

HSL color Cylindrical-coordinate representation of color #BBE1DF: hue angle of 176.84º 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 #BBE1DF is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 223 -
CMYK 0.17 0 0.01 0.12
HSL 176.84º 0.39% 0.81% -
HSV(B) 176.84º 0.17% 0.88% -
XYZ 60.74 69.74 80.07 -
YUV 213.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 187 225 223 0.17 0 0.01 0.12 176.84 0.39 0.81
Hex BB E1 DF 11 0 1 C B1 27 51
Octal 273 341 337 21 0 1 14 261 47 121
Binary 10111011 11100001 11011111 10001 0 1 1100 10110001 100111 1010001

Color Harmonies of #BBE1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1DF

Black with #BBE1DF

Text Example


Text Example

White with #BBE1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1DF; }

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

 H1.HeaderClassName
 {
   color: #BBE1DF;
 }
 .AnyTagClassName
 {
   color: #BBE1DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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