Html Css Color HEX #BBFEC0 Fringy Flower

📋 copy color: '#BBFEC0'

red 187 ◦ green 254 ◦ blue 192

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

Shades of Fringy Flower #BBFEC0

Tints of Fringy Flower #BBFEC0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.13%

 BLUE value IS 192 (75.39% from 255) = 30.33%

R = 29.54%
G = 40.13%
B = 30.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#BBFEC0 (or 0xBBFEC0) is known color: Fringy Flower. HEX triplet: BB, FE and C0. RGB value is (187,254,192). Sum of RGB (Red+Green+Blue) = 187+254+192=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEC0 is #44013F. Grayscale: #E3E3E3. Windows color (decimal): -4456768 or 12648123. OLE color: 12648123.

HSL color Cylindrical-coordinate representation of color #BBFEC0: hue angle of 124.48º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEC0 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 254 192 -
CMYK 0.26 0 0.24 0.00
HSL 124.48º 0.97% 0.86% -
HSV(B) 124.48º 0.26% 1% -
XYZ 65.45 85.25 62.88 -
YUV 226.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 187 254 192 0.26 0 0.24 0.00 124.48 0.97 0.86
Hex BB FE C0 1A 0 18 0 7C 61 56
Octal 273 376 300 32 0 30 0 174 141 126
Binary 10111011 11111110 11000000 11010 0 11000 0 1111100 1100001 1010110

Color Harmonies of #BBFEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEC0

Black with #BBFEC0

Text Example


Text Example

White with #BBFEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEC0; }

 p { color: rgb(187,254,192); }

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

background-color css

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

 a { background-color: rgb(187,254,192); }

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

border-color css

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

 span { border-color: rgb(187,254,192); }

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