Html Css Color HEX #B4FADF Water Leaf

📋 copy color: '#B4FADF'

red 180 ◦ green 250 ◦ blue 223

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

Shades of Water Leaf #B4FADF

Tints of Water Leaf #B4FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.28%

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

R = 27.57%
G = 38.28%
B = 34.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#B4FADF (or 0xB4FADF) is known color: Water Leaf. HEX triplet: B4, FA and DF. RGB value is (180,250,223). Sum of RGB (Red+Green+Blue) = 180+250+223=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FADF is #4B0520. Grayscale: #E2E2E2. Windows color (decimal): -4916513 or 14678708. OLE color: 14678708.

HSL color Cylindrical-coordinate representation of color #B4FADF: hue angle of 156.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FADF is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 250 223 -
CMYK 0.28 0 0.11 0.02
HSL 156.86º 0.88% 0.84% -
HSV(B) 156.86º 0.28% 0.98% -
XYZ 66.33 83.4 82.41 -
YUV 225.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 180 250 223 0.28 0 0.11 0.02 156.86 0.88 0.84
Hex B4 FA DF 1C 0 B 2 9D 58 54
Octal 264 372 337 34 0 13 2 235 130 124
Binary 10110100 11111010 11011111 11100 0 1011 10 10011101 1011000 1010100

Color Harmonies of #B4FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FADF

Black with #B4FADF

Text Example


Text Example

White with #B4FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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