Html Css Color HEX #B5F7DC Water Leaf

📋 copy color: '#B5F7DC'

red 181 ◦ green 247 ◦ blue 220

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

Shades of Water Leaf #B5F7DC

Tints of Water Leaf #B5F7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.12%

 BLUE value IS 220 (86.33% from 255) = 33.95%

R = 27.93%
G = 38.12%
B = 33.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#B5F7DC (or 0xB5F7DC) is known color: Water Leaf. HEX triplet: B5, F7 and DC. RGB value is (181,247,220). Sum of RGB (Red+Green+Blue) = 181+247+220=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F7DC is #4A0823. Grayscale: #E0E0E0. Windows color (decimal): -4851748 or 14481333. OLE color: 14481333.

HSL color Cylindrical-coordinate representation of color #B5F7DC: hue angle of 155.45º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F7DC is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 247 220 -
CMYK 0.27 0 0.11 0.03
HSL 155.45º 0.8% 0.84% -
HSV(B) 155.45º 0.27% 0.97% -
XYZ 65.24 81.51 80.01 -
YUV 224.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 181 247 220 0.27 0 0.11 0.03 155.45 0.8 0.84
Hex B5 F7 DC 1B 0 B 3 9B 50 54
Octal 265 367 334 33 0 13 3 233 120 124
Binary 10110101 11110111 11011100 11011 0 1011 11 10011011 1010000 1010100

Color Harmonies of #B5F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F7DC

Black with #B5F7DC

Text Example


Text Example

White with #B5F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F7DC; }

 p { color: rgb(181,247,220); }

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

background-color css

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

 a { background-color: rgb(181,247,220); }

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

border-color css

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

 span { border-color: rgb(181,247,220); }

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