#B7FCDF

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

Shades of Water Leaf #B7FCDF

Tints of Water Leaf #B7FCDF

Color information

#B7FCDF (or 0xB7FCDF) is unknown color: approx Water Leaf. HEX triplet: B7, FC and DF. RGB value is (183,252,223). Sum of RGB (Red+Green+Blue) = 183+252+223=658 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.81% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FCDF is #480320. Grayscale: #E4E4E4. Windows color (decimal): -4719393 or 14679223. OLE color: 14679223.

HSL color Cylindrical-coordinate representation of color #B7FCDF: hue angle of 154.78º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FCDF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB183252223-
CMYK0.2700.120.01
HSL154.78º92%85.29%-
HSV(B)154.78º27.38%98.82%-
XYZ67.6685.0282.66-
YUV228.06125.1495.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.81%
GREEN value IS 252 (98.83% from 255) = 38.30%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=27.81%
G=38.30%
B=33.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832522230.2700.120.01154.789285.29
HexB7FCDF1B0C19b5c55
Octal267374337330141233134125
Binary101101111111110011011111110110110011001101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FCDF; }

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

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

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

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

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

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

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

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