Html Css Color HEX #B2E7EF Powder Blue

📋 copy color: '#B2E7EF'

red 178 ◦ green 231 ◦ blue 239

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

Shades of Powder Blue #B2E7EF

Tints of Powder Blue #B2E7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 27.47%
G = 35.65%
B = 36.88%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2E7EF (or 0xB2E7EF) is known color: Powder Blue. HEX triplet: B2, E7 and EF. RGB value is (178,231,239). Sum of RGB (Red+Green+Blue) = 178+231+239=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E7EF is #4D1810. Grayscale: #D7D7D7. Windows color (decimal): -5052433 or 15722418. OLE color: 15722418.

HSL color Cylindrical-coordinate representation of color #B2E7EF: hue angle of 187.87º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2E7EF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 231 239 -
CMYK 0.26 0.03 0 0.06
HSL 187.87º 0.66% 0.82% -
HSV(B) 187.87º 0.26% 0.94% -
XYZ 62.52 72.85 92.43 -
YUV 216.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 178 231 239 0.26 0.03 0 0.06 187.87 0.66 0.82
Hex B2 E7 EF 1A 3 0 6 BC 42 52
Octal 262 347 357 32 3 0 6 274 102 122
Binary 10110010 11100111 11101111 11010 11 0 110 10111100 1000010 1010010

Color Harmonies of #B2E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E7EF

Black with #B2E7EF

Text Example


Text Example

White with #B2E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E7EF; }

 p { color: rgb(178,231,239); }

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

background-color css

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

 a { background-color: rgb(178,231,239); }

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

border-color css

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

 span { border-color: rgb(178,231,239); }

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