Html Css Color HEX #BCEAC2 Fringy Flower

📋 copy color: '#BCEAC2'

red 188 ◦ green 234 ◦ blue 194

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

Shades of Fringy Flower #BCEAC2

Tints of Fringy Flower #BCEAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.49%

R = 30.52%
G = 37.99%
B = 31.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#BCEAC2 (or 0xBCEAC2) is known color: Fringy Flower. HEX triplet: BC, EA and C2. RGB value is (188,234,194). Sum of RGB (Red+Green+Blue) = 188+234+194=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC2 is #43153D. Grayscale: #D7D7D7. Windows color (decimal): -4396350 or 12774076. OLE color: 12774076.

HSL color Cylindrical-coordinate representation of color #BCEAC2: hue angle of 127.83º degrees, saturation: 0.52, 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 #BCEAC2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 194 -
CMYK 0.20 0 0.17 0.08
HSL 127.83º 0.52% 0.83% -
HSV(B) 127.83º 0.2% 0.92% -
XYZ 59.9 73.43 62.06 -
YUV 215.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 188 234 194 0.20 0 0.17 0.08 127.83 0.52 0.83
Hex BC EA C2 14 0 11 8 80 34 53
Octal 274 352 302 24 0 21 10 200 64 123
Binary 10111100 11101010 11000010 10100 0 10001 1000 10000000 110100 1010011

Color Harmonies of #BCEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAC2

Black with #BCEAC2

Text Example


Text Example

White with #BCEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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