Html Css Color HEX #BCE6BA Fringy Flower

📋 copy color: '#BCE6BA'

red 188 ◦ green 230 ◦ blue 186

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

Shades of Fringy Flower #BCE6BA

Tints of Fringy Flower #BCE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.08%

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

R = 31.13%
G = 38.08%
B = 30.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#BCE6BA (or 0xBCE6BA) is known color: Fringy Flower. HEX triplet: BC, E6 and BA. RGB value is (188,230,186). Sum of RGB (Red+Green+Blue) = 188+230+186=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6BA is #431945. Grayscale: #D4D4D4. Windows color (decimal): -4397382 or 12248764. OLE color: 12248764.

HSL color Cylindrical-coordinate representation of color #BCE6BA: hue angle of 117.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE6BA is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 186 -
CMYK 0.18 0 0.19 0.10
HSL 117.27º 0.47% 0.82% -
HSV(B) 117.27º 0.19% 0.9% -
XYZ 57.9 70.83 57.07 -
YUV 212.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 188 230 186 0.18 0 0.19 0.10 117.27 0.47 0.82
Hex BC E6 BA 12 0 13 A 75 2F 52
Octal 274 346 272 22 0 23 12 165 57 122
Binary 10111100 11100110 10111010 10010 0 10011 1010 1110101 101111 1010010

Color Harmonies of #BCE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6BA

Black with #BCE6BA

Text Example


Text Example

White with #BCE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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