Html Css Color HEX #BBFAC0 Fringy Flower

📋 copy color: '#BBFAC0'

red 187 ◦ green 250 ◦ blue 192

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

Shades of Fringy Flower #BBFAC0

Tints of Fringy Flower #BBFAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.75%

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

R = 29.73%
G = 39.75%
B = 30.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#BBFAC0 (or 0xBBFAC0) is known color: Fringy Flower. HEX triplet: BB, FA and C0. RGB value is (187,250,192). Sum of RGB (Red+Green+Blue) = 187+250+192=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAC0 is #44053F. Grayscale: #E0E0E0. Windows color (decimal): -4457792 or 12647099. OLE color: 12647099.

HSL color Cylindrical-coordinate representation of color #BBFAC0: hue angle of 124.76º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAC0 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 250 192 -
CMYK 0.25 0 0.23 0.02
HSL 124.76º 0.86% 0.86% -
HSV(B) 124.76º 0.25% 0.98% -
XYZ 64.19 82.74 62.46 -
YUV 224.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 187 250 192 0.25 0 0.23 0.02 124.76 0.86 0.86
Hex BB FA C0 19 0 17 2 7D 56 56
Octal 273 372 300 31 0 27 2 175 126 126
Binary 10111011 11111010 11000000 11001 0 10111 10 1111101 1010110 1010110

Color Harmonies of #BBFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAC0

Black with #BBFAC0

Text Example


Text Example

White with #BBFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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