#BBF9C1

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

Shades of Fringy Flower #BBF9C1

Tints of Fringy Flower #BBF9C1

Color information

#BBF9C1 (or 0xBBF9C1) is unknown color: approx Fringy Flower. HEX triplet: BB, F9 and C1. RGB value is (187,249,193). Sum of RGB (Red+Green+Blue) = 187+249+193=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9C1 is #44063E. Grayscale: #E0E0E0. Windows color (decimal): -4458047 or 12712379. OLE color: 12712379.

HSL color Cylindrical-coordinate representation of color #BBF9C1: hue angle of 125.81º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9C1 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB187249193-
CMYK0.2500.220.02
HSL125.81º83.78%85.49%-
HSV(B)125.81º24.9%97.65%-
XYZ63.9982.1762.94-
YUV224.08110.46101.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 193 (75.78% from 255) = 30.68%
R=29.73%
G=39.59%
B=30.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491930.2500.220.02125.8183.7885.49
HexBBF9C11901627e5455
Octal273371301310262176124125
Binary1011101111111001110000011100101011010111111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9C1; }

 p { color: rgb(187,249,193); }

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

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

 a { background-color: rgb(187,249,193); }

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

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

 span { border-color: rgb(187,249,193); }

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