Html Css Color HEX #BBE3E5 Powder Blue

📋 copy color: '#BBE3E5'

red 187 ◦ green 227 ◦ blue 229

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

Shades of Powder Blue #BBE3E5

Tints of Powder Blue #BBE3E5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.3%

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

R = 29.08%
G = 35.3%
B = 35.61%

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

#BBE3E5 (or 0xBBE3E5) is known color: Powder Blue. HEX triplet: BB, E3 and E5. RGB value is (187,227,229). Sum of RGB (Red+Green+Blue) = 187+227+229=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBE3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3E5 is #441C1A. Grayscale: #D7D7D7. Windows color (decimal): -4463643 or 15066043. OLE color: 15066043.

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

Color convert

RGB 187 227 229 -
CMYK 0.18 0.01 0 0.10
HSL 182.86º 0.45% 0.82% -
HSV(B) 182.86º 0.18% 0.9% -
XYZ 62.11 71.16 84.59 -
YUV 215.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 187 227 229 0.18 0.01 0 0.10 182.86 0.45 0.82
Hex BB E3 E5 12 1 0 A B7 2D 52
Octal 273 343 345 22 1 0 12 267 55 122
Binary 10111011 11100011 11100101 10010 1 0 1010 10110111 101101 1010010

Color Harmonies of #BBE3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3E5

Black with #BBE3E5

Text Example


Text Example

White with #BBE3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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