#B7FCBE

Color #B7FCBE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B7FCBE

Tints of Fringy Flower #B7FCBE

Color information

#B7FCBE (or 0xB7FCBE) is unknown color: approx Fringy Flower. HEX triplet: B7, FC and BE. RGB value is (183,252,190). Sum of RGB (Red+Green+Blue) = 183+252+190=625 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.28% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FCBE is #480341. Grayscale: #E0E0E0. Windows color (decimal): -4719426 or 12516535. OLE color: 12516535.

HSL color Cylindrical-coordinate representation of color #B7FCBE: hue angle of 126.09º 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 #B7FCBE is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB183252190-
CMYK0.2700.250.01
HSL126.09º92%85.29%-
HSV(B)126.09º27.38%98.82%-
XYZ63.6383.4161.46-
YUV224.3108.6498.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.28%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=29.28%
G=40.32%
B=30.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832521900.2700.250.01126.099285.29
HexB7FCBE1B01917e5c55
Octal267374276330311176134125
Binary101101111111110010111110110110110011111111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FCBE; }

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

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

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

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

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

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

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

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