Html Css Color HEX #B2FEED Water Leaf

📋 copy color: '#B2FEED'

red 178 ◦ green 254 ◦ blue 237

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

Shades of Water Leaf #B2FEED

Tints of Water Leaf #B2FEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.97%

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

R = 26.61%
G = 37.97%
B = 35.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#B2FEED (or 0xB2FEED) is known color: Water Leaf. HEX triplet: B2, FE and ED. RGB value is (178,254,237). Sum of RGB (Red+Green+Blue) = 178+254+237=669 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.61% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEED is #4D0112. Grayscale: #E5E5E5. Windows color (decimal): -5046547 or 15597234. OLE color: 15597234.

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

Color convert

RGB 178 254 237 -
CMYK 0.30 0 0.07 0.00
HSL 166.58º 0.97% 0.85% -
HSV(B) 166.58º 0.3% 1% -
XYZ 69.09 86.46 93.17 -
YUV 229.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 178 254 237 0.30 0 0.07 0.00 166.58 0.97 0.85
Hex B2 FE ED 1E 0 7 0 A7 61 55
Octal 262 376 355 36 0 7 0 247 141 125
Binary 10110010 11111110 11101101 11110 0 111 0 10100111 1100001 1010101

Color Harmonies of #B2FEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEED

Black with #B2FEED

Text Example


Text Example

White with #B2FEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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