Html Css Color HEX #BBFDB9 Fringy Flower

📋 copy color: '#BBFDB9'

red 187 ◦ green 253 ◦ blue 185

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

Shades of Fringy Flower #BBFDB9

Tints of Fringy Flower #BBFDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.6%

R = 29.92%
G = 40.48%
B = 29.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#BBFDB9 (or 0xBBFDB9) is known color: Fringy Flower. HEX triplet: BB, FD and B9. RGB value is (187,253,185). Sum of RGB (Red+Green+Blue) = 187+253+185=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDB9 is #440246. Grayscale: #E1E1E1. Windows color (decimal): -4457031 or 12189115. OLE color: 12189115.

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

Color convert

RGB 187 253 185 -
CMYK 0.26 0 0.27 0.01
HSL 118.24º 0.94% 0.86% -
HSV(B) 118.24º 0.27% 0.99% -
XYZ 64.38 84.32 58.78 -
YUV 225.51 105.13 100.53 -
System Red Green Blue C M Y K H S L
Decimal 187 253 185 0.26 0 0.27 0.01 118.24 0.94 0.86
Hex BB FD B9 1A 0 1B 1 76 5E 56
Octal 273 375 271 32 0 33 1 166 136 126
Binary 10111011 11111101 10111001 11010 0 11011 1 1110110 1011110 1010110

Color Harmonies of #BBFDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDB9

Black with #BBFDB9

Text Example


Text Example

White with #BBFDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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