Html Css Color HEX #BBE1E0 Powder Blue

📋 copy color: '#BBE1E0'

red 187 ◦ green 225 ◦ blue 224

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

Shades of Powder Blue #BBE1E0

Tints of Powder Blue #BBE1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.22%

R = 29.4%
G = 35.38%
B = 35.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#BBE1E0 (or 0xBBE1E0) is known color: Powder Blue. HEX triplet: BB, E1 and E0. RGB value is (187,225,224). Sum of RGB (Red+Green+Blue) = 187+225+224=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1E0 is #441E1F. Grayscale: #D5D5D5. Windows color (decimal): -4464160 or 14737851. OLE color: 14737851.

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

Color convert

RGB 187 225 224 -
CMYK 0.17 0 0.00 0.12
HSL 178.42º 0.39% 0.81% -
HSV(B) 178.42º 0.17% 0.88% -
XYZ 60.87 69.8 80.78 -
YUV 213.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 187 225 224 0.17 0 0.00 0.12 178.42 0.39 0.81
Hex BB E1 E0 11 0 0 C B2 27 51
Octal 273 341 340 21 0 0 14 262 47 121
Binary 10111011 11100001 11100000 10001 0 0 1100 10110010 100111 1010001

Color Harmonies of #BBE1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1E0

Black with #BBE1E0

Text Example


Text Example

White with #BBE1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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