Html Css Color HEX #B5FEED Water Leaf

📋 copy color: '#B5FEED'

red 181 ◦ green 254 ◦ blue 237

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

Shades of Water Leaf #B5FEED

Tints of Water Leaf #B5FEED

RGB

 RED value IS 181 (71.09% from 255) = 26.93%

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

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

R = 26.93%
G = 37.8%
B = 35.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#B5FEED (or 0xB5FEED) is known color: Water Leaf. HEX triplet: B5, FE and ED. RGB value is (181,254,237). Sum of RGB (Red+Green+Blue) = 181+254+237=672 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.93% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEED is #4A0112. Grayscale: #E6E6E6. Windows color (decimal): -4849939 or 15597237. OLE color: 15597237.

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

Color convert

RGB 181 254 237 -
CMYK 0.29 0 0.07 0.00
HSL 166.03º 0.97% 0.85% -
HSV(B) 166.03º 0.29% 1% -
XYZ 69.78 86.82 93.2 -
YUV 230.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 181 254 237 0.29 0 0.07 0.00 166.03 0.97 0.85
Hex B5 FE ED 1D 0 7 0 A6 61 55
Octal 265 376 355 35 0 7 0 246 141 125
Binary 10110101 11111110 11101101 11101 0 111 0 10100110 1100001 1010101

Color Harmonies of #B5FEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FEED

Black with #B5FEED

Text Example


Text Example

White with #B5FEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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