Html Css Color HEX #BBFDBA Fringy Flower

📋 copy color: '#BBFDBA'

red 187 ◦ green 253 ◦ blue 186

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

Shades of Fringy Flower #BBFDBA

Tints of Fringy Flower #BBFDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.42%

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

R = 29.87%
G = 40.42%
B = 29.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#BBFDBA (or 0xBBFDBA) is known color: Fringy Flower. HEX triplet: BB, FD and BA. RGB value is (187,253,186). Sum of RGB (Red+Green+Blue) = 187+253+186=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDBA is #440245. Grayscale: #E1E1E1. Windows color (decimal): -4457030 or 12254651. OLE color: 12254651.

HSL color Cylindrical-coordinate representation of color #BBFDBA: hue angle of 119.1º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDBA is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 186 -
CMYK 0.26 0 0.26 0.01
HSL 119.1º 0.94% 0.86% -
HSV(B) 119.1º 0.26% 0.99% -
XYZ 64.48 84.36 59.34 -
YUV 225.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 187 253 186 0.26 0 0.26 0.01 119.1 0.94 0.86
Hex BB FD BA 1A 0 1A 1 77 5E 56
Octal 273 375 272 32 0 32 1 167 136 126
Binary 10111011 11111101 10111010 11010 0 11010 1 1110111 1011110 1010110

Color Harmonies of #BBFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDBA

Black with #BBFDBA

Text Example


Text Example

White with #BBFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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