Html Css Color HEX #B5FADF Water Leaf

📋 copy color: '#B5FADF'

red 181 ◦ green 250 ◦ blue 223

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

Shades of Water Leaf #B5FADF

Tints of Water Leaf #B5FADF

RGB

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

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

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

R = 27.68%
G = 38.23%
B = 34.1%

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

#B5FADF (or 0xB5FADF) is known color: Water Leaf. HEX triplet: B5, FA and DF. RGB value is (181,250,223). Sum of RGB (Red+Green+Blue) = 181+250+223=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FADF is #4A0520. Grayscale: #E2E2E2. Windows color (decimal): -4850977 or 14678709. OLE color: 14678709.

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

Color convert

RGB 181 250 223 -
CMYK 0.28 0 0.11 0.02
HSL 156.52º 0.87% 0.85% -
HSV(B) 156.52º 0.28% 0.98% -
XYZ 66.56 83.52 82.43 -
YUV 226.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 181 250 223 0.28 0 0.11 0.02 156.52 0.87 0.85
Hex B5 FA DF 1C 0 B 2 9D 57 55
Octal 265 372 337 34 0 13 2 235 127 125
Binary 10110101 11111010 11011111 11100 0 1011 10 10011101 1010111 1010101

Color Harmonies of #B5FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FADF

Black with #B5FADF

Text Example


Text Example

White with #B5FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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