#B7E6BF

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

Shades of Fringy Flower #B7E6BF

Tints of Fringy Flower #B7E6BF

Color information

#B7E6BF (or 0xB7E6BF) is unknown color: approx Fringy Flower. HEX triplet: B7, E6 and BF. RGB value is (183,230,191). Sum of RGB (Red+Green+Blue) = 183+230+191=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #B7E6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E6BF is #481940. Grayscale: #D3D3D3. Windows color (decimal): -4725057 or 12576439. OLE color: 12576439.

HSL color Cylindrical-coordinate representation of color #B7E6BF: hue angle of 130.21º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7E6BF is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB183230191-
CMYK0.2000.170.10
HSL130.21º48.45%80.98%-
HSV(B)130.21º20.43%90.2%-
XYZ57.2370.4259.87-
YUV211.5116.43107.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.30%
GREEN value IS 230 (90.23% from 255) = 38.08%
BLUE value IS 191 (75% from 255) = 31.62%
R=30.30%
G=38.08%
B=31.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1832301910.2000.170.10130.2148.4580.98
HexB7E6BF14011A823051
Octal267346277240211220260121
Binary101101111110011010111111101000100011010100000101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E6BF; }

 p { color: rgb(183,230,191); }

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

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

 a { background-color: rgb(183,230,191); }

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

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

 span { border-color: rgb(183,230,191); }

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