Html Css Color HEX #B4F2DB Water Leaf

📋 copy color: '#B4F2DB'

red 180 ◦ green 242 ◦ blue 219

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

Shades of Water Leaf #B4F2DB

Tints of Water Leaf #B4F2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.75%

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

R = 28.08%
G = 37.75%
B = 34.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#B4F2DB (or 0xB4F2DB) is known color: Water Leaf. HEX triplet: B4, F2 and DB. RGB value is (180,242,219). Sum of RGB (Red+Green+Blue) = 180+242+219=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F2DB is #4B0D24. Grayscale: #DCDCDC. Windows color (decimal): -4918565 or 14414516. OLE color: 14414516.

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

Color convert

RGB 180 242 219 -
CMYK 0.26 0 0.10 0.05
HSL 157.74º 0.7% 0.83% -
HSV(B) 157.74º 0.26% 0.95% -
XYZ 63.36 78.32 78.8 -
YUV 220.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 180 242 219 0.26 0 0.10 0.05 157.74 0.7 0.83
Hex B4 F2 DB 1A 0 A 5 9E 46 53
Octal 264 362 333 32 0 12 5 236 106 123
Binary 10110100 11110010 11011011 11010 0 1010 101 10011110 1000110 1010011

Color Harmonies of #B4F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F2DB

Black with #B4F2DB

Text Example


Text Example

White with #B4F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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