Html Css Color HEX #B5F0DB Water Leaf

📋 copy color: '#B5F0DB'

red 181 ◦ green 240 ◦ blue 219

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

Shades of Water Leaf #B5F0DB

Tints of Water Leaf #B5F0DB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.5%

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

R = 28.28%
G = 37.5%
B = 34.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#B5F0DB (or 0xB5F0DB) is known color: Water Leaf. HEX triplet: B5, F0 and DB. RGB value is (181,240,219). Sum of RGB (Red+Green+Blue) = 181+240+219=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0DB is #4A0F24. Grayscale: #DBDBDB. Windows color (decimal): -4853541 or 14414005. OLE color: 14414005.

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

Color convert

RGB 181 240 219 -
CMYK 0.25 0 0.09 0.06
HSL 158.64º 0.66% 0.83% -
HSV(B) 158.64º 0.25% 0.94% -
XYZ 63 77.26 78.61 -
YUV 219.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 181 240 219 0.25 0 0.09 0.06 158.64 0.66 0.83
Hex B5 F0 DB 19 0 9 6 9F 42 53
Octal 265 360 333 31 0 11 6 237 102 123
Binary 10110101 11110000 11011011 11001 0 1001 110 10011111 1000010 1010011

Color Harmonies of #B5F0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F0DB

Black with #B5F0DB

Text Example


Text Example

White with #B5F0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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