Html Css Color HEX #BBF6BA Fringy Flower

📋 copy color: '#BBF6BA'

red 187 ◦ green 246 ◦ blue 186

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

Shades of Fringy Flower #BBF6BA

Tints of Fringy Flower #BBF6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.74%

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

R = 30.21%
G = 39.74%
B = 30.05%

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

#BBF6BA (or 0xBBF6BA) is known color: Fringy Flower. HEX triplet: BB, F6 and BA. RGB value is (187,246,186). Sum of RGB (Red+Green+Blue) = 187+246+186=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6BA is #440945. Grayscale: #DDDDDD. Windows color (decimal): -4458822 or 12252859. OLE color: 12252859.

HSL color Cylindrical-coordinate representation of color #BBF6BA: hue angle of 119º degrees, saturation: 0.77, 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 #BBF6BA is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 246 186 -
CMYK 0.24 0 0.24 0.04
HSL 119º 0.77% 0.85% -
HSV(B) 119º 0.24% 0.96% -
XYZ 62.31 80.02 58.62 -
YUV 221.52 107.95 103.38 -
System Red Green Blue C M Y K H S L
Decimal 187 246 186 0.24 0 0.24 0.04 119 0.77 0.85
Hex BB F6 BA 18 0 18 4 77 4D 55
Octal 273 366 272 30 0 30 4 167 115 125
Binary 10111011 11110110 10111010 11000 0 11000 100 1110111 1001101 1010101

Color Harmonies of #BBF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF6BA

Black with #BBF6BA

Text Example


Text Example

White with #BBF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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