Html Css Color HEX #BBFDBC Fringy Flower

📋 copy color: '#BBFDBC'

red 187 ◦ green 253 ◦ blue 188

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

Shades of Fringy Flower #BBFDBC

Tints of Fringy Flower #BBFDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.94%

R = 29.78%
G = 40.29%
B = 29.94%

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

#BBFDBC (or 0xBBFDBC) is known color: Fringy Flower. HEX triplet: BB, FD and BC. RGB value is (187,253,188). Sum of RGB (Red+Green+Blue) = 187+253+188=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDBC is #440243. Grayscale: #E2E2E2. Windows color (decimal): -4457028 or 12385723. OLE color: 12385723.

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

Color convert

RGB 187 253 188 -
CMYK 0.26 0 0.26 0.01
HSL 120.91º 0.94% 0.86% -
HSV(B) 120.91º 0.26% 0.99% -
XYZ 64.7 84.45 60.47 -
YUV 225.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 187 253 188 0.26 0 0.26 0.01 120.91 0.94 0.86
Hex BB FD BC 1A 0 1A 1 79 5E 56
Octal 273 375 274 32 0 32 1 171 136 126
Binary 10111011 11111101 10111100 11010 0 11010 1 1111001 1011110 1010110

Color Harmonies of #BBFDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDBC

Black with #BBFDBC

Text Example


Text Example

White with #BBFDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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