Html Css Color HEX #BBFCC0 Fringy Flower

📋 copy color: '#BBFCC0'

red 187 ◦ green 252 ◦ blue 192

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

Shades of Fringy Flower #BBFCC0

Tints of Fringy Flower #BBFCC0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.94%

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

R = 29.64%
G = 39.94%
B = 30.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#BBFCC0 (or 0xBBFCC0) is known color: Fringy Flower. HEX triplet: BB, FC and C0. RGB value is (187,252,192). Sum of RGB (Red+Green+Blue) = 187+252+192=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCC0 is #44033F. Grayscale: #E1E1E1. Windows color (decimal): -4457280 or 12647611. OLE color: 12647611.

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

Color convert

RGB 187 252 192 -
CMYK 0.26 0 0.24 0.01
HSL 124.62º 0.92% 0.86% -
HSV(B) 124.62º 0.26% 0.99% -
XYZ 64.82 83.99 62.66 -
YUV 225.73 108.97 100.38 -
System Red Green Blue C M Y K H S L
Decimal 187 252 192 0.26 0 0.24 0.01 124.62 0.92 0.86
Hex BB FC C0 1A 0 18 1 7D 5C 56
Octal 273 374 300 32 0 30 1 175 134 126
Binary 10111011 11111100 11000000 11010 0 11000 1 1111101 1011100 1010110

Color Harmonies of #BBFCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCC0

Black with #BBFCC0

Text Example


Text Example

White with #BBFCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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