Html Css Color HEX #B8FADF Water Leaf

📋 copy color: '#B8FADF'

red 184 ◦ green 250 ◦ blue 223

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

Shades of Water Leaf #B8FADF

Tints of Water Leaf #B8FADF

RGB

 RED value IS 184 (72.27% from 255) = 28.01%

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

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

R = 28.01%
G = 38.05%
B = 33.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#B8FADF (or 0xB8FADF) is known color: Water Leaf. HEX triplet: B8, FA and DF. RGB value is (184,250,223). Sum of RGB (Red+Green+Blue) = 184+250+223=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FADF is #470520. Grayscale: #E3E3E3. Windows color (decimal): -4654369 or 14678712. OLE color: 14678712.

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

Color convert

RGB 184 250 223 -
CMYK 0.26 0 0.11 0.02
HSL 155.45º 0.87% 0.85% -
HSV(B) 155.45º 0.26% 0.98% -
XYZ 67.27 83.89 82.46 -
YUV 227.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 184 250 223 0.26 0 0.11 0.02 155.45 0.87 0.85
Hex B8 FA DF 1A 0 B 2 9B 57 55
Octal 270 372 337 32 0 13 2 233 127 125
Binary 10111000 11111010 11011111 11010 0 1011 10 10011011 1010111 1010101

Color Harmonies of #B8FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FADF

Black with #B8FADF

Text Example


Text Example

White with #B8FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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