Html Css Color HEX #BBF1BA Fringy Flower

📋 copy color: '#BBF1BA'

red 187 ◦ green 241 ◦ blue 186

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

Shades of Fringy Flower #BBF1BA

Tints of Fringy Flower #BBF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.25%

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

R = 30.46%
G = 39.25%
B = 30.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#BBF1BA (or 0xBBF1BA) is known color: Fringy Flower. HEX triplet: BB, F1 and BA. RGB value is (187,241,186). Sum of RGB (Red+Green+Blue) = 187+241+186=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1BA is #440E45. Grayscale: #DADADA. Windows color (decimal): -4460102 or 12251579. OLE color: 12251579.

HSL color Cylindrical-coordinate representation of color #BBF1BA: hue angle of 118.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF1BA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 186 -
CMYK 0.22 0 0.23 0.05
HSL 118.91º 0.66% 0.84% -
HSV(B) 118.91º 0.23% 0.95% -
XYZ 60.81 77.02 58.12 -
YUV 218.58 109.61 105.47 -
System Red Green Blue C M Y K H S L
Decimal 187 241 186 0.22 0 0.23 0.05 118.91 0.66 0.84
Hex BB F1 BA 16 0 17 5 77 42 54
Octal 273 361 272 26 0 27 5 167 102 124
Binary 10111011 11110001 10111010 10110 0 10111 101 1110111 1000010 1010100

Color Harmonies of #BBF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1BA

Black with #BBF1BA

Text Example


Text Example

White with #BBF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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