Html Css Color HEX #BCEABB Fringy Flower

📋 copy color: '#BCEABB'

red 188 ◦ green 234 ◦ blue 187

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

Shades of Fringy Flower #BCEABB

Tints of Fringy Flower #BCEABB

RGB

 RED value IS 188 (73.83% from 255) = 30.87%

 GREEN value IS 234 (91.8% from 255) = 38.42%

 BLUE value IS 187 (73.44% from 255) = 30.71%

R = 30.87%
G = 38.42%
B = 30.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#BCEABB (or 0xBCEABB) is known color: Fringy Flower. HEX triplet: BC, EA and BB. RGB value is (188,234,187). Sum of RGB (Red+Green+Blue) = 188+234+187=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEABB is #431544. Grayscale: #D7D7D7. Windows color (decimal): -4396357 or 12315324. OLE color: 12315324.

HSL color Cylindrical-coordinate representation of color #BCEABB: hue angle of 118.72º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEABB is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 187 -
CMYK 0.20 0 0.20 0.08
HSL 118.72º 0.53% 0.83% -
HSV(B) 118.72º 0.2% 0.92% -
XYZ 59.13 73.12 58.01 -
YUV 214.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 188 234 187 0.20 0 0.20 0.08 118.72 0.53 0.83
Hex BC EA BB 14 0 14 8 77 35 53
Octal 274 352 273 24 0 24 10 167 65 123
Binary 10111100 11101010 10111011 10100 0 10100 1000 1110111 110101 1010011

Color Harmonies of #BCEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEABB

Black with #BCEABB

Text Example


Text Example

White with #BCEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEABB; }

 p { color: rgb(188,234,187); }

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

background-color css

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

 a { background-color: rgb(188,234,187); }

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

border-color css

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

 span { border-color: rgb(188,234,187); }

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