Html Css Color HEX #BCEABA Fringy Flower

📋 copy color: '#BCEABA'

red 188 ◦ green 234 ◦ blue 186

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

Shades of Fringy Flower #BCEABA

Tints of Fringy Flower #BCEABA

RGB

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

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

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

R = 30.92%
G = 38.49%
B = 30.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#BCEABA (or 0xBCEABA) is known color: Fringy Flower. HEX triplet: BC, EA and BA. RGB value is (188,234,186). Sum of RGB (Red+Green+Blue) = 188+234+186=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEABA is #431545. Grayscale: #D6D6D6. Windows color (decimal): -4396358 or 12249788. OLE color: 12249788.

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

Color convert

RGB 188 234 186 -
CMYK 0.20 0 0.21 0.08
HSL 117.5º 0.53% 0.82% -
HSV(B) 117.5º 0.21% 0.92% -
XYZ 59.02 73.08 57.45 -
YUV 214.77 111.76 108.9 -
System Red Green Blue C M Y K H S L
Decimal 188 234 186 0.20 0 0.21 0.08 117.5 0.53 0.82
Hex BC EA BA 14 0 15 8 76 35 52
Octal 274 352 272 24 0 25 10 166 65 122
Binary 10111100 11101010 10111010 10100 0 10101 1000 1110110 110101 1010010

Color Harmonies of #BCEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEABA

Black with #BCEABA

Text Example


Text Example

White with #BCEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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