Html Css Color HEX #B8FADD Water Leaf

📋 copy color: '#B8FADD'

red 184 ◦ green 250 ◦ blue 221

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

Shades of Water Leaf #B8FADD

Tints of Water Leaf #B8FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.74%

R = 28.09%
G = 38.17%
B = 33.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#B8FADD (or 0xB8FADD) is known color: Water Leaf. HEX triplet: B8, FA and DD. RGB value is (184,250,221). Sum of RGB (Red+Green+Blue) = 184+250+221=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FADD is #470522. Grayscale: #E3E3E3. Windows color (decimal): -4654371 or 14547640. OLE color: 14547640.

HSL color Cylindrical-coordinate representation of color #B8FADD: hue angle of 153.64º 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 #B8FADD is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 250 221 -
CMYK 0.26 0 0.12 0.02
HSL 153.64º 0.87% 0.85% -
HSV(B) 153.64º 0.26% 0.98% -
XYZ 67 83.78 81.05 -
YUV 226.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 184 250 221 0.26 0 0.12 0.02 153.64 0.87 0.85
Hex B8 FA DD 1A 0 C 2 9A 57 55
Octal 270 372 335 32 0 14 2 232 127 125
Binary 10111000 11111010 11011101 11010 0 1100 10 10011010 1010111 1010101

Color Harmonies of #B8FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FADD

Black with #B8FADD

Text Example


Text Example

White with #B8FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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