Html Css Color HEX #BBE2E5 Powder Blue

📋 copy color: '#BBE2E5'

red 187 ◦ green 226 ◦ blue 229

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

Shades of Powder Blue #BBE2E5

Tints of Powder Blue #BBE2E5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.2%

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

R = 29.13%
G = 35.2%
B = 35.67%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBE2E5 (or 0xBBE2E5) is known color: Powder Blue. HEX triplet: BB, E2 and E5. RGB value is (187,226,229). Sum of RGB (Red+Green+Blue) = 187+226+229=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2E5 is #441D1A. Grayscale: #D6D6D6. Windows color (decimal): -4463899 or 15065787. OLE color: 15065787.

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

Color convert

RGB 187 226 229 -
CMYK 0.18 0.01 0 0.10
HSL 184.29º 0.45% 0.82% -
HSV(B) 184.29º 0.18% 0.9% -
XYZ 61.83 70.61 84.5 -
YUV 214.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 187 226 229 0.18 0.01 0 0.10 184.29 0.45 0.82
Hex BB E2 E5 12 1 0 A B8 2D 52
Octal 273 342 345 22 1 0 12 270 55 122
Binary 10111011 11100010 11100101 10010 1 0 1010 10111000 101101 1010010

Color Harmonies of #BBE2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2E5

Black with #BBE2E5

Text Example


Text Example

White with #BBE2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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