#B7FBDF

Color #B7FBDF Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B7FBDF

Tints of Water Leaf #B7FBDF

Color information

#B7FBDF (or 0xB7FBDF) is unknown color: approx Water Leaf. HEX triplet: B7, FB and DF. RGB value is (183,251,223). Sum of RGB (Red+Green+Blue) = 183+251+223=657 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.85% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #B7FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FBDF is #480420. Grayscale: #E3E3E3. Windows color (decimal): -4719649 or 14678967. OLE color: 14678967.

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

Color convert

RGB183251223-
CMYK0.2700.110.02
HSL155.29º89.47%85.1%-
HSV(B)155.29º27.09%98.43%-
XYZ67.3484.3982.55-
YUV227.48125.4796.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.85%
GREEN value IS 251 (98.44% from 255) = 38.20%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=27.85%
G=38.20%
B=33.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832512230.2700.110.02155.2989.4785.1
HexB7FBDF1B0B29b5955
Octal267373337330132233131125
Binary1011011111111011110111111101101011101001101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FBDF; }

 p { color: rgb(183,251,223); }

 H1.HeaderClassName
 {
   color: #B7FBDF;
 }
 .AnyTagClassName
 {
   color: #B7FBDF;
 }
</style>
background-color css

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

 a { background-color: rgb(183,251,223); }

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

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

 span { border-color: rgb(183,251,223); }

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