Html Css Color HEX #BBFAC1 Fringy Flower

📋 copy color: '#BBFAC1'

red 187 ◦ green 250 ◦ blue 193

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

Shades of Fringy Flower #BBFAC1

Tints of Fringy Flower #BBFAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.63%

R = 29.68%
G = 39.68%
B = 30.63%

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

#BBFAC1 (or 0xBBFAC1) is known color: Fringy Flower. HEX triplet: BB, FA and C1. RGB value is (187,250,193). Sum of RGB (Red+Green+Blue) = 187+250+193=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAC1 is #44053E. Grayscale: #E0E0E0. Windows color (decimal): -4457791 or 12712635. OLE color: 12712635.

HSL color Cylindrical-coordinate representation of color #BBFAC1: hue angle of 125.71º 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 #BBFAC1 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 250 193 -
CMYK 0.25 0 0.23 0.02
HSL 125.71º 0.86% 0.86% -
HSV(B) 125.71º 0.25% 0.98% -
XYZ 64.3 82.79 63.04 -
YUV 224.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 187 250 193 0.25 0 0.23 0.02 125.71 0.86 0.86
Hex BB FA C1 19 0 17 2 7E 56 56
Octal 273 372 301 31 0 27 2 176 126 126
Binary 10111011 11111010 11000001 11001 0 10111 10 1111110 1010110 1010110

Color Harmonies of #BBFAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAC1

Black with #BBFAC1

Text Example


Text Example

White with #BBFAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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