Html Css Color HEX #BCE0C0 Fringy Flower

📋 copy color: '#BCE0C0'

red 188 ◦ green 224 ◦ blue 192

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

Shades of Fringy Flower #BCE0C0

Tints of Fringy Flower #BCE0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.79%

R = 31.13%
G = 37.09%
B = 31.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#BCE0C0 (or 0xBCE0C0) is known color: Fringy Flower. HEX triplet: BC, E0 and C0. RGB value is (188,224,192). Sum of RGB (Red+Green+Blue) = 188+224+192=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0C0 is #431F3F. Grayscale: #D1D1D1. Windows color (decimal): -4398912 or 12640444. OLE color: 12640444.

HSL color Cylindrical-coordinate representation of color #BCE0C0: hue angle of 126.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 #BCE0C0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 192 -
CMYK 0.16 0 0.14 0.12
HSL 126.67º 0.37% 0.81% -
HSV(B) 126.67º 0.16% 0.88% -
XYZ 56.91 67.81 59.96 -
YUV 209.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 188 224 192 0.16 0 0.14 0.12 126.67 0.37 0.81
Hex BC E0 C0 10 0 E C 7F 25 51
Octal 274 340 300 20 0 16 14 177 45 121
Binary 10111100 11100000 11000000 10000 0 1110 1100 1111111 100101 1010001

Color Harmonies of #BCE0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0C0

Black with #BCE0C0

Text Example


Text Example

White with #BCE0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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