Html Css Color HEX #B4F1DB Water Leaf

📋 copy color: '#B4F1DB'

red 180 ◦ green 241 ◦ blue 219

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

Shades of Water Leaf #B4F1DB

Tints of Water Leaf #B4F1DB

RGB

 RED value IS 180 (70.7% from 255) = 28.13%

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

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

R = 28.13%
G = 37.66%
B = 34.22%

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

#B4F1DB (or 0xB4F1DB) is known color: Water Leaf. HEX triplet: B4, F1 and DB. RGB value is (180,241,219). Sum of RGB (Red+Green+Blue) = 180+241+219=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1DB is #4B0E24. Grayscale: #DCDCDC. Windows color (decimal): -4918821 or 14414260. OLE color: 14414260.

HSL color Cylindrical-coordinate representation of color #B4F1DB: hue angle of 158.36º degrees, saturation: 0.69, 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 #B4F1DB is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 241 219 -
CMYK 0.25 0 0.09 0.05
HSL 158.36º 0.69% 0.83% -
HSV(B) 158.36º 0.25% 0.95% -
XYZ 63.06 77.73 78.7 -
YUV 220.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 180 241 219 0.25 0 0.09 0.05 158.36 0.69 0.83
Hex B4 F1 DB 19 0 9 5 9E 45 53
Octal 264 361 333 31 0 11 5 236 105 123
Binary 10110100 11110001 11011011 11001 0 1001 101 10011110 1000101 1010011

Color Harmonies of #B4F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F1DB

Black with #B4F1DB

Text Example


Text Example

White with #B4F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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