Html Css Color HEX #BBFDB8 Fringy Flower

📋 copy color: '#BBFDB8'

red 187 ◦ green 253 ◦ blue 184

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

Shades of Fringy Flower #BBFDB8

Tints of Fringy Flower #BBFDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.49%

R = 29.97%
G = 40.54%
B = 29.49%

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

#BBFDB8 (or 0xBBFDB8) is known color: Fringy Flower. HEX triplet: BB, FD and B8. RGB value is (187,253,184). Sum of RGB (Red+Green+Blue) = 187+253+184=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDB8 is #440247. Grayscale: #E1E1E1. Windows color (decimal): -4457032 or 12123579. OLE color: 12123579.

HSL color Cylindrical-coordinate representation of color #BBFDB8: hue angle of 117.39º degrees, saturation: 0.95, 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 #BBFDB8 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 184 -
CMYK 0.26 0 0.27 0.01
HSL 117.39º 0.95% 0.86% -
HSV(B) 117.39º 0.27% 0.99% -
XYZ 64.27 84.28 58.23 -
YUV 225.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 187 253 184 0.26 0 0.27 0.01 117.39 0.95 0.86
Hex BB FD B8 1A 0 1B 1 75 5F 56
Octal 273 375 270 32 0 33 1 165 137 126
Binary 10111011 11111101 10111000 11010 0 11011 1 1110101 1011111 1010110

Color Harmonies of #BBFDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDB8

Black with #BBFDB8

Text Example


Text Example

White with #BBFDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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