Html Css Color HEX #B7F0DC Water Leaf

📋 copy color: '#B7F0DC'

red 183 ◦ green 240 ◦ blue 220

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

Shades of Water Leaf #B7F0DC

Tints of Water Leaf #B7F0DC

RGB

 RED value IS 183 (71.88% from 255) = 28.46%

 GREEN value IS 240 (94.14% from 255) = 37.33%

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

R = 28.46%
G = 37.33%
B = 34.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B7F0DC (or 0xB7F0DC) is known color: Water Leaf. HEX triplet: B7, F0 and DC. RGB value is (183,240,220). Sum of RGB (Red+Green+Blue) = 183+240+220=643 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.46% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F0DC is #480F23. Grayscale: #DCDCDC. Windows color (decimal): -4722468 or 14479543. OLE color: 14479543.

HSL color Cylindrical-coordinate representation of color #B7F0DC: hue angle of 158.95º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F0DC is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 240 220 -
CMYK 0.24 0 0.08 0.06
HSL 158.95º 0.66% 0.83% -
HSV(B) 158.95º 0.24% 0.94% -
XYZ 63.61 77.55 79.33 -
YUV 220.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 183 240 220 0.24 0 0.08 0.06 158.95 0.66 0.83
Hex B7 F0 DC 18 0 8 6 9F 42 53
Octal 267 360 334 30 0 10 6 237 102 123
Binary 10110111 11110000 11011100 11000 0 1000 110 10011111 1000010 1010011

Color Harmonies of #B7F0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F0DC

Black with #B7F0DC

Text Example


Text Example

White with #B7F0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F0DC; }

 p { color: rgb(183,240,220); }

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

background-color css

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

 a { background-color: rgb(183,240,220); }

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

border-color css

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

 span { border-color: rgb(183,240,220); }

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