Html Css Color HEX #BBE0E5 Powder Blue

📋 copy color: '#BBE0E5'

red 187 ◦ green 224 ◦ blue 229

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

Shades of Powder Blue #BBE0E5

Tints of Powder Blue #BBE0E5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35%

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

R = 29.22%
G = 35%
B = 35.78%

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

#BBE0E5 (or 0xBBE0E5) is known color: Powder Blue. HEX triplet: BB, E0 and E5. RGB value is (187,224,229). Sum of RGB (Red+Green+Blue) = 187+224+229=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0E5 is #441F1A. Grayscale: #D5D5D5. Windows color (decimal): -4464411 or 15065275. OLE color: 15065275.

HSL color Cylindrical-coordinate representation of color #BBE0E5: hue angle of 187.14º 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 #BBE0E5 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 224 229 -
CMYK 0.18 0.02 0 0.10
HSL 187.14º 0.45% 0.82% -
HSV(B) 187.14º 0.18% 0.9% -
XYZ 61.29 69.53 84.32 -
YUV 213.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 187 224 229 0.18 0.02 0 0.10 187.14 0.45 0.82
Hex BB E0 E5 12 2 0 A BB 2D 52
Octal 273 340 345 22 2 0 12 273 55 122
Binary 10111011 11100000 11100101 10010 10 0 1010 10111011 101101 1010010

Color Harmonies of #BBE0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE0E5

Black with #BBE0E5

Text Example


Text Example

White with #BBE0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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