Html Css Color HEX #BBE3E2 Powder Blue

📋 copy color: '#BBE3E2'

red 187 ◦ green 227 ◦ blue 226

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

Shades of Powder Blue #BBE3E2

Tints of Powder Blue #BBE3E2

RGB

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

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

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

R = 29.22%
G = 35.47%
B = 35.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#BBE3E2 (or 0xBBE3E2) is known color: Powder Blue. HEX triplet: BB, E3 and E2. RGB value is (187,227,226). Sum of RGB (Red+Green+Blue) = 187+227+226=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3E2 is #441C1D. Grayscale: #D6D6D6. Windows color (decimal): -4463646 or 14869435. OLE color: 14869435.

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

Color convert

RGB 187 227 226 -
CMYK 0.18 0 0.00 0.11
HSL 178.5º 0.42% 0.81% -
HSV(B) 178.5º 0.18% 0.89% -
XYZ 61.69 70.99 82.4 -
YUV 214.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 187 227 226 0.18 0 0.00 0.11 178.5 0.42 0.81
Hex BB E3 E2 12 0 0 B B2 2A 51
Octal 273 343 342 22 0 0 13 262 52 121
Binary 10111011 11100011 11100010 10010 0 0 1011 10110010 101010 1010001

Color Harmonies of #BBE3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3E2

Black with #BBE3E2

Text Example


Text Example

White with #BBE3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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