Html Css Color HEX #B2E3ED Powder Blue

📋 copy color: '#B2E3ED'

red 178 ◦ green 227 ◦ blue 237

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

Shades of Powder Blue #B2E3ED

Tints of Powder Blue #B2E3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 27.73%
G = 35.36%
B = 36.92%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2E3ED (or 0xB2E3ED) is known color: Powder Blue. HEX triplet: B2, E3 and ED. RGB value is (178,227,237). Sum of RGB (Red+Green+Blue) = 178+227+237=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E3ED is #4D1C12. Grayscale: #D5D5D5. Windows color (decimal): -5053459 or 15590322. OLE color: 15590322.

HSL color Cylindrical-coordinate representation of color #B2E3ED: hue angle of 190.17º degrees, saturation: 0.62, 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 #B2E3ED is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 227 237 -
CMYK 0.25 0.04 0 0.07
HSL 190.17º 0.62% 0.81% -
HSV(B) 190.17º 0.25% 0.93% -
XYZ 61.12 70.52 90.51 -
YUV 213.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 178 227 237 0.25 0.04 0 0.07 190.17 0.62 0.81
Hex B2 E3 ED 19 4 0 7 BE 3E 51
Octal 262 343 355 31 4 0 7 276 76 121
Binary 10110010 11100011 11101101 11001 100 0 111 10111110 111110 1010001

Color Harmonies of #B2E3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E3ED

Black with #B2E3ED

Text Example


Text Example

White with #B2E3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E3ED; }

 p { color: rgb(178,227,237); }

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

background-color css

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

 a { background-color: rgb(178,227,237); }

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

border-color css

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

 span { border-color: rgb(178,227,237); }

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