Html Css Color HEX #B4E7ED Powder Blue

📋 copy color: '#B4E7ED'

red 180 ◦ green 231 ◦ blue 237

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

Shades of Powder Blue #B4E7ED

Tints of Powder Blue #B4E7ED

RGB

 RED value IS 180 (70.7% from 255) = 27.78%

 GREEN value IS 231 (90.63% from 255) = 35.65%

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

R = 27.78%
G = 35.65%
B = 36.57%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4E7ED (or 0xB4E7ED) is known color: Powder Blue. HEX triplet: B4, E7 and ED. RGB value is (180,231,237). Sum of RGB (Red+Green+Blue) = 180+231+237=648 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.78% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4E7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E7ED is #4B1812. Grayscale: #D8D8D8. Windows color (decimal): -4921363 or 15591348. OLE color: 15591348.

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

Color convert

RGB 180 231 237 -
CMYK 0.24 0.03 0 0.07
HSL 186.32º 0.61% 0.82% -
HSV(B) 186.32º 0.24% 0.93% -
XYZ 62.68 72.97 90.9 -
YUV 216.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 180 231 237 0.24 0.03 0 0.07 186.32 0.61 0.82
Hex B4 E7 ED 18 3 0 7 BA 3D 52
Octal 264 347 355 30 3 0 7 272 75 122
Binary 10110100 11100111 11101101 11000 11 0 111 10111010 111101 1010010

Color Harmonies of #B4E7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E7ED

Black with #B4E7ED

Text Example


Text Example

White with #B4E7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E7ED; }

 p { color: rgb(180,231,237); }

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

background-color css

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

 a { background-color: rgb(180,231,237); }

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

border-color css

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

 span { border-color: rgb(180,231,237); }

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