Html Css Color HEX #B2E5EC Powder Blue

📋 copy color: '#B2E5EC'

red 178 ◦ green 229 ◦ blue 236

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

Shades of Powder Blue #B2E5EC

Tints of Powder Blue #B2E5EC

RGB

 RED value IS 178 (69.92% from 255) = 27.68%

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

 BLUE value IS 236 (92.58% from 255) = 36.7%

R = 27.68%
G = 35.61%
B = 36.7%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2E5EC (or 0xB2E5EC) is known color: Powder Blue. HEX triplet: B2, E5 and EC. RGB value is (178,229,236). Sum of RGB (Red+Green+Blue) = 178+229+236=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2E5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E5EC is #4D1A13. Grayscale: #D6D6D6. Windows color (decimal): -5052948 or 15525298. OLE color: 15525298.

HSL color Cylindrical-coordinate representation of color #B2E5EC: hue angle of 187.24º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2E5EC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 229 236 -
CMYK 0.25 0.03 0 0.07
HSL 187.24º 0.6% 0.81% -
HSV(B) 187.24º 0.25% 0.93% -
XYZ 61.52 71.56 89.93 -
YUV 214.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 178 229 236 0.25 0.03 0 0.07 187.24 0.6 0.81
Hex B2 E5 EC 19 3 0 7 BB 3C 51
Octal 262 345 354 31 3 0 7 273 74 121
Binary 10110010 11100101 11101100 11001 11 0 111 10111011 111100 1010001

Color Harmonies of #B2E5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E5EC

Black with #B2E5EC

Text Example


Text Example

White with #B2E5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E5EC; }

 p { color: rgb(178,229,236); }

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

background-color css

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

 a { background-color: rgb(178,229,236); }

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

border-color css

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

 span { border-color: rgb(178,229,236); }

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