Html Css Color HEX #BBFCBA Fringy Flower

📋 copy color: '#BBFCBA'

red 187 ◦ green 252 ◦ blue 186

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

Shades of Fringy Flower #BBFCBA

Tints of Fringy Flower #BBFCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.76%

R = 29.92%
G = 40.32%
B = 29.76%

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

#BBFCBA (or 0xBBFCBA) is known color: Fringy Flower. HEX triplet: BB, FC and BA. RGB value is (187,252,186). Sum of RGB (Red+Green+Blue) = 187+252+186=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCBA is #440345. Grayscale: #E1E1E1. Windows color (decimal): -4457286 or 12254395. OLE color: 12254395.

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

Color convert

RGB 187 252 186 -
CMYK 0.26 0 0.26 0.01
HSL 119.09º 0.92% 0.86% -
HSV(B) 119.09º 0.26% 0.99% -
XYZ 64.17 83.73 59.23 -
YUV 225.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 187 252 186 0.26 0 0.26 0.01 119.09 0.92 0.86
Hex BB FC BA 1A 0 1A 1 77 5C 56
Octal 273 374 272 32 0 32 1 167 134 126
Binary 10111011 11111100 10111010 11010 0 11010 1 1110111 1011100 1010110

Color Harmonies of #BBFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCBA

Black with #BBFCBA

Text Example


Text Example

White with #BBFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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