Html Css Color HEX #B2FFED Water Leaf

📋 copy color: '#B2FFED'

red 178 ◦ green 255 ◦ blue 237

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

Shades of Water Leaf #B2FFED

Tints of Water Leaf #B2FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 38.06%

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

R = 26.57%
G = 38.06%
B = 35.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#B2FFED (or 0xB2FFED) is known color: Water Leaf. HEX triplet: B2, FF and ED. RGB value is (178,255,237). Sum of RGB (Red+Green+Blue) = 178+255+237=670 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.57% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFED is #4D0012. Grayscale: #E5E5E5. Windows color (decimal): -5046291 or 15597490. OLE color: 15597490.

HSL color Cylindrical-coordinate representation of color #B2FFED: hue angle of 165.97º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFED is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 237 -
CMYK 0.30 0 0.07 0
HSL 165.97º 1% 0.85% -
HSV(B) 165.97º 0.3% 1% -
XYZ 69.41 87.1 93.27 -
YUV 229.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 178 255 237 0.30 0 0.07 0 165.97 1 0.85
Hex B2 FF ED 1E 0 7 0 A6 64 55
Octal 262 377 355 36 0 7 0 246 144 125
Binary 10110010 11111111 11101101 11110 0 111 0 10100110 1100100 1010101

Color Harmonies of #B2FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFED

Black with #B2FFED

Text Example


Text Example

White with #B2FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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