Html Css Color HEX #BBF7BA Fringy Flower

📋 copy color: '#BBF7BA'

red 187 ◦ green 247 ◦ blue 186

#BBF7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #BBF7BA

Tints of Fringy Flower #BBF7BA

RGB

 RED value IS 187 (73.44% from 255) = 30.16%

 GREEN value IS 247 (96.88% from 255) = 39.84%

 BLUE value IS 186 (73.05% from 255) = 30%

R = 30.16%
G = 39.84%
B = 30%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#BBF7BA (or 0xBBF7BA) is known color: Fringy Flower. HEX triplet: BB, F7 and BA. RGB value is (187,247,186). Sum of RGB (Red+Green+Blue) = 187+247+186=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7BA is #440845. Grayscale: #DEDEDE. Windows color (decimal): -4458566 or 12253115. OLE color: 12253115.

HSL color Cylindrical-coordinate representation of color #BBF7BA: hue angle of 119.02º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF7BA is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 247 186 -
CMYK 0.24 0 0.25 0.03
HSL 119.02º 0.79% 0.85% -
HSV(B) 119.02º 0.25% 0.97% -
XYZ 62.62 80.63 58.72 -
YUV 222.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 187 247 186 0.24 0 0.25 0.03 119.02 0.79 0.85
Hex BB F7 BA 18 0 19 3 77 4F 55
Octal 273 367 272 30 0 31 3 167 117 125
Binary 10111011 11110111 10111010 11000 0 11001 11 1110111 1001111 1010101

Color Harmonies of #BBF7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF7BA

Black with #BBF7BA

Text Example


Text Example

White with #BBF7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF7BA; }

 p { color: rgb(187,247,186); }

 H1.HeaderClassName
 {
   color: #BBF7BA;
 }
 .AnyTagClassName
 {
   color: #BBF7BA;
 }
</style>

background-color css

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

 a { background-color: rgb(187,247,186); }

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

border-color css

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

 span { border-color: rgb(187,247,186); }

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