Html Css Color HEX #BBE1E5 Powder Blue

📋 copy color: '#BBE1E5'

red 187 ◦ green 225 ◦ blue 229

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

Shades of Powder Blue #BBE1E5

Tints of Powder Blue #BBE1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 29.17%
G = 35.1%
B = 35.73%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBE1E5 (or 0xBBE1E5) is known color: Powder Blue. HEX triplet: BB, E1 and E5. RGB value is (187,225,229). Sum of RGB (Red+Green+Blue) = 187+225+229=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBE1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1E5 is #441E1A. Grayscale: #D6D6D6. Windows color (decimal): -4464155 or 15065531. OLE color: 15065531.

HSL color Cylindrical-coordinate representation of color #BBE1E5: hue angle of 185.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE1E5 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 225 229 -
CMYK 0.18 0.02 0 0.10
HSL 185.71º 0.45% 0.82% -
HSV(B) 185.71º 0.18% 0.9% -
XYZ 61.56 70.07 84.41 -
YUV 214.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 187 225 229 0.18 0.02 0 0.10 185.71 0.45 0.82
Hex BB E1 E5 12 2 0 A BA 2D 52
Octal 273 341 345 22 2 0 12 272 55 122
Binary 10111011 11100001 11100101 10010 10 0 1010 10111010 101101 1010010

Color Harmonies of #BBE1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1E5

Black with #BBE1E5

Text Example


Text Example

White with #BBE1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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