Html Css Color HEX #BCE3BF Fringy Flower

📋 copy color: '#BCE3BF'

red 188 ◦ green 227 ◦ blue 191

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

Shades of Fringy Flower #BCE3BF

Tints of Fringy Flower #BCE3BF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.46%

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

R = 31.02%
G = 37.46%
B = 31.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BCE3BF (or 0xBCE3BF) is known color: Fringy Flower. HEX triplet: BC, E3 and BF. RGB value is (188,227,191). Sum of RGB (Red+Green+Blue) = 188+227+191=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3BF is #431C40. Grayscale: #D3D3D3. Windows color (decimal): -4398145 or 12575676. OLE color: 12575676.

HSL color Cylindrical-coordinate representation of color #BCE3BF: hue angle of 124.62º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE3BF is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 191 -
CMYK 0.17 0 0.16 0.11
HSL 124.62º 0.41% 0.81% -
HSV(B) 124.62º 0.17% 0.89% -
XYZ 57.61 69.39 59.65 -
YUV 211.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 188 227 191 0.17 0 0.16 0.11 124.62 0.41 0.81
Hex BC E3 BF 11 0 10 B 7D 29 51
Octal 274 343 277 21 0 20 13 175 51 121
Binary 10111100 11100011 10111111 10001 0 10000 1011 1111101 101001 1010001

Color Harmonies of #BCE3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3BF

Black with #BCE3BF

Text Example


Text Example

White with #BCE3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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