#BBE7C4

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

Shades of Fringy Flower #BBE7C4

Tints of Fringy Flower #BBE7C4

Color information

#BBE7C4 (or 0xBBE7C4) is unknown color: approx Fringy Flower. HEX triplet: BB, E7 and C4. RGB value is (187,231,196). Sum of RGB (Red+Green+Blue) = 187+231+196=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7C4 is #44183B. Grayscale: #D5D5D5. Windows color (decimal): -4462652 or 12904379. OLE color: 12904379.

HSL color Cylindrical-coordinate representation of color #BBE7C4: hue angle of 132.27º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7C4 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB187231196-
CMYK0.1900.150.09
HSL132.27º47.83%81.96%-
HSV(B)132.27º19.05%90.59%-
XYZ59.0371.762.95-
YUV213.85117.92108.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=30.46%
G=37.62%
B=31.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872311960.1900.150.09132.2747.8381.96
HexBBE7C4130F9843052
Octal273347304230171120460122
Binary10111011111001111100010010011011111001100001001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7C4; }

 p { color: rgb(187,231,196); }

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

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

 a { background-color: rgb(187,231,196); }

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

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

 span { border-color: rgb(187,231,196); }

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