Html Css Color HEX #BBE2E2 Powder Blue

📋 copy color: '#BBE2E2'

red 187 ◦ green 226 ◦ blue 226

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

Shades of Powder Blue #BBE2E2

Tints of Powder Blue #BBE2E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.37%

R = 29.26%
G = 35.37%
B = 35.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBE2E2 (or 0xBBE2E2) is known color: Powder Blue. HEX triplet: BB, E2 and E2. RGB value is (187,226,226). Sum of RGB (Red+Green+Blue) = 187+226+226=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: green, blue. Hex color #BBE2E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2E2 is #441D1D. Grayscale: #D6D6D6. Windows color (decimal): -4463902 or 14869179. OLE color: 14869179.

HSL color Cylindrical-coordinate representation of color #BBE2E2: hue angle of 180º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2E2 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 226 226 -
CMYK 0.17 0 0 0.11
HSL 180º 0.4% 0.81% -
HSV(B) 180º 0.17% 0.89% -
XYZ 61.42 70.45 82.31 -
YUV 214.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 187 226 226 0.17 0 0 0.11 180 0.4 0.81
Hex BB E2 E2 11 0 0 B B4 28 51
Octal 273 342 342 21 0 0 13 264 50 121
Binary 10111011 11100010 11100010 10001 0 0 1011 10110100 101000 1010001

Color Harmonies of #BBE2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2E2

Black with #BBE2E2

Text Example


Text Example

White with #BBE2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE2E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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