Html Css Color HEX #B4F1DF Water Leaf

📋 copy color: '#B4F1DF'

red 180 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #B4F1DF

Tints of Water Leaf #B4F1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 27.95%
G = 37.42%
B = 34.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#B4F1DF (or 0xB4F1DF) is known color: Water Leaf. HEX triplet: B4, F1 and DF. RGB value is (180,241,223). Sum of RGB (Red+Green+Blue) = 180+241+223=644 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.95% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1DF is #4B0E20. Grayscale: #DCDCDC. Windows color (decimal): -4918817 or 14676404. OLE color: 14676404.

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

Color convert

RGB 180 241 223 -
CMYK 0.25 0 0.07 0.05
HSL 162.3º 0.69% 0.83% -
HSV(B) 162.3º 0.25% 0.95% -
XYZ 63.6 77.94 81.5 -
YUV 220.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 180 241 223 0.25 0 0.07 0.05 162.3 0.69 0.83
Hex B4 F1 DF 19 0 7 5 A2 45 53
Octal 264 361 337 31 0 7 5 242 105 123
Binary 10110100 11110001 11011111 11001 0 111 101 10100010 1000101 1010011

Color Harmonies of #B4F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F1DF

Black with #B4F1DF

Text Example


Text Example

White with #B4F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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