Html Css Color HEX #BCEAC1 Fringy Flower

📋 copy color: '#BCEAC1'

red 188 ◦ green 234 ◦ blue 193

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

Shades of Fringy Flower #BCEAC1

Tints of Fringy Flower #BCEAC1

RGB

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

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

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

R = 30.57%
G = 38.05%
B = 31.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#BCEAC1 (or 0xBCEAC1) is known color: Fringy Flower. HEX triplet: BC, EA and C1. RGB value is (188,234,193). Sum of RGB (Red+Green+Blue) = 188+234+193=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC1 is #43153E. Grayscale: #D7D7D7. Windows color (decimal): -4396351 or 12708540. OLE color: 12708540.

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

Color convert

RGB 188 234 193 -
CMYK 0.20 0 0.18 0.08
HSL 126.52º 0.52% 0.83% -
HSV(B) 126.52º 0.2% 0.92% -
XYZ 59.79 73.39 61.47 -
YUV 215.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 188 234 193 0.20 0 0.18 0.08 126.52 0.52 0.83
Hex BC EA C1 14 0 12 8 7F 34 53
Octal 274 352 301 24 0 22 10 177 64 123
Binary 10111100 11101010 11000001 10100 0 10010 1000 1111111 110100 1010011

Color Harmonies of #BCEAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAC1

Black with #BCEAC1

Text Example


Text Example

White with #BCEAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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