Html Css Color HEX #BBF5BA Fringy Flower

📋 copy color: '#BBF5BA'

red 187 ◦ green 245 ◦ blue 186

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

Shades of Fringy Flower #BBF5BA

Tints of Fringy Flower #BBF5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.64%

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

R = 30.26%
G = 39.64%
B = 30.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#BBF5BA (or 0xBBF5BA) is known color: Fringy Flower. HEX triplet: BB, F5 and BA. RGB value is (187,245,186). Sum of RGB (Red+Green+Blue) = 187+245+186=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5BA is #440A45. Grayscale: #DDDDDD. Windows color (decimal): -4459078 or 12252603. OLE color: 12252603.

HSL color Cylindrical-coordinate representation of color #BBF5BA: hue angle of 118.98º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5BA is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 245 186 -
CMYK 0.24 0 0.24 0.04
HSL 118.98º 0.75% 0.85% -
HSV(B) 118.98º 0.24% 0.96% -
XYZ 62.01 79.41 58.51 -
YUV 220.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 187 245 186 0.24 0 0.24 0.04 118.98 0.75 0.85
Hex BB F5 BA 18 0 18 4 77 4B 55
Octal 273 365 272 30 0 30 4 167 113 125
Binary 10111011 11110101 10111010 11000 0 11000 100 1110111 1001011 1010101

Color Harmonies of #BBF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF5BA

Black with #BBF5BA

Text Example


Text Example

White with #BBF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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