Html Css Color HEX #BCE0BD Fringy Flower

📋 copy color: '#BCE0BD'

red 188 ◦ green 224 ◦ blue 189

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

Shades of Fringy Flower #BCE0BD

Tints of Fringy Flower #BCE0BD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.27%

 BLUE value IS 189 (74.22% from 255) = 31.45%

R = 31.28%
G = 37.27%
B = 31.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#BCE0BD (or 0xBCE0BD) is known color: Fringy Flower. HEX triplet: BC, E0 and BD. RGB value is (188,224,189). Sum of RGB (Red+Green+Blue) = 188+224+189=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0BD is #431F42. Grayscale: #D1D1D1. Windows color (decimal): -4398915 or 12443836. OLE color: 12443836.

HSL color Cylindrical-coordinate representation of color #BCE0BD: hue angle of 121.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE0BD is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 189 -
CMYK 0.16 0 0.16 0.12
HSL 121.67º 0.37% 0.81% -
HSV(B) 121.67º 0.16% 0.88% -
XYZ 56.58 67.68 58.22 -
YUV 209.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 188 224 189 0.16 0 0.16 0.12 121.67 0.37 0.81
Hex BC E0 BD 10 0 10 C 7A 25 51
Octal 274 340 275 20 0 20 14 172 45 121
Binary 10111100 11100000 10111101 10000 0 10000 1100 1111010 100101 1010001

Color Harmonies of #BCE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0BD

Black with #BCE0BD

Text Example


Text Example

White with #BCE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0BD; }

 p { color: rgb(188,224,189); }

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

background-color css

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

 a { background-color: rgb(188,224,189); }

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

border-color css

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

 span { border-color: rgb(188,224,189); }

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