Html Css Color HEX #B5FFEE Water Leaf

📋 copy color: '#B5FFEE'

red 181 ◦ green 255 ◦ blue 238

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

Shades of Water Leaf #B5FFEE

Tints of Water Leaf #B5FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.31%

R = 26.85%
G = 37.83%
B = 35.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#B5FFEE (or 0xB5FFEE) is known color: Water Leaf. HEX triplet: B5, FF and EE. RGB value is (181,255,238). Sum of RGB (Red+Green+Blue) = 181+255+238=674 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.85% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFEE is #4A0011. Grayscale: #E6E6E6. Windows color (decimal): -4849682 or 15663029. OLE color: 15663029.

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

Color convert

RGB 181 255 238 -
CMYK 0.29 0 0.07 0
HSL 166.22º 1% 0.85% -
HSV(B) 166.22º 0.29% 1% -
XYZ 70.25 87.52 94.08 -
YUV 230.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 181 255 238 0.29 0 0.07 0 166.22 1 0.85
Hex B5 FF EE 1D 0 7 0 A6 64 55
Octal 265 377 356 35 0 7 0 246 144 125
Binary 10110101 11111111 11101110 11101 0 111 0 10100110 1100100 1010101

Color Harmonies of #B5FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFEE

Black with #B5FFEE

Text Example


Text Example

White with #B5FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFEE; }

 p { color: rgb(181,255,238); }

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

background-color css

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

 a { background-color: rgb(181,255,238); }

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

border-color css

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

 span { border-color: rgb(181,255,238); }

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