Html Css Color HEX #BCE6BF Fringy Flower

📋 copy color: '#BCE6BF'

red 188 ◦ green 230 ◦ blue 191

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

Shades of Fringy Flower #BCE6BF

Tints of Fringy Flower #BCE6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.36%

R = 30.87%
G = 37.77%
B = 31.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#BCE6BF (or 0xBCE6BF) is known color: Fringy Flower. HEX triplet: BC, E6 and BF. RGB value is (188,230,191). Sum of RGB (Red+Green+Blue) = 188+230+191=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6BF is #431940. Grayscale: #D5D5D5. Windows color (decimal): -4397377 or 12576444. OLE color: 12576444.

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

Color convert

RGB 188 230 191 -
CMYK 0.18 0 0.17 0.10
HSL 124.29º 0.46% 0.82% -
HSV(B) 124.29º 0.18% 0.9% -
XYZ 58.44 71.05 59.92 -
YUV 213 115.59 110.17 -
System Red Green Blue C M Y K H S L
Decimal 188 230 191 0.18 0 0.17 0.10 124.29 0.46 0.82
Hex BC E6 BF 12 0 11 A 7C 2E 52
Octal 274 346 277 22 0 21 12 174 56 122
Binary 10111100 11100110 10111111 10010 0 10001 1010 1111100 101110 1010010

Color Harmonies of #BCE6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6BF

Black with #BCE6BF

Text Example


Text Example

White with #BCE6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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