Html Css Color HEX #B5F1DB Water Leaf

📋 copy color: '#B5F1DB'

red 181 ◦ green 241 ◦ blue 219

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

Shades of Water Leaf #B5F1DB

Tints of Water Leaf #B5F1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.6%

 BLUE value IS 219 (85.94% from 255) = 34.17%

R = 28.24%
G = 37.6%
B = 34.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#B5F1DB (or 0xB5F1DB) is known color: Water Leaf. HEX triplet: B5, F1 and DB. RGB value is (181,241,219). Sum of RGB (Red+Green+Blue) = 181+241+219=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1DB is #4A0E24. Grayscale: #DCDCDC. Windows color (decimal): -4853285 or 14414261. OLE color: 14414261.

HSL color Cylindrical-coordinate representation of color #B5F1DB: hue angle of 158º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1DB is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 241 219 -
CMYK 0.25 0 0.09 0.05
HSL 158º 0.68% 0.83% -
HSV(B) 158º 0.25% 0.95% -
XYZ 63.3 77.85 78.71 -
YUV 220.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 181 241 219 0.25 0 0.09 0.05 158 0.68 0.83
Hex B5 F1 DB 19 0 9 5 9E 44 53
Octal 265 361 333 31 0 11 5 236 104 123
Binary 10110101 11110001 11011011 11001 0 1001 101 10011110 1000100 1010011

Color Harmonies of #B5F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F1DB

Black with #B5F1DB

Text Example


Text Example

White with #B5F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F1DB; }

 p { color: rgb(181,241,219); }

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

background-color css

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

 a { background-color: rgb(181,241,219); }

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

border-color css

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

 span { border-color: rgb(181,241,219); }

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