#B7F0C4

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

Shades of Fringy Flower #B7F0C4

Tints of Fringy Flower #B7F0C4

Color information

#B7F0C4 (or 0xB7F0C4) is unknown color: approx Fringy Flower. HEX triplet: B7, F0 and C4. RGB value is (183,240,196). Sum of RGB (Red+Green+Blue) = 183+240+196=619 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.56% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F0C4 is #480F3B. Grayscale: #DADADA. Windows color (decimal): -4722492 or 12906679. OLE color: 12906679.

HSL color Cylindrical-coordinate representation of color #B7F0C4: hue angle of 133.68º 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 #B7F0C4 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB183240196-
CMYK0.2400.180.06
HSL133.68º65.52%82.94%-
HSV(B)133.68º23.75%94.12%-
XYZ60.6576.3763.77-
YUV217.94115.62103.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.56%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=29.56%
G=38.77%
B=31.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832401960.2400.180.06133.6865.5282.94
HexB7F0C4180126864253
Octal267360304300226206102123
Binary101101111111000011000100110000100101101000011010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F0C4; }

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

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

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

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

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

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

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

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