Html Css Color HEX #BCE3C0 Fringy Flower

📋 copy color: '#BCE3C0'

red 188 ◦ green 227 ◦ blue 192

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

Shades of Fringy Flower #BCE3C0

Tints of Fringy Flower #BCE3C0

RGB

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

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

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

R = 30.97%
G = 37.4%
B = 31.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#BCE3C0 (or 0xBCE3C0) is known color: Fringy Flower. HEX triplet: BC, E3 and C0. RGB value is (188,227,192). Sum of RGB (Red+Green+Blue) = 188+227+192=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3C0 is #431C3F. Grayscale: #D3D3D3. Windows color (decimal): -4398144 or 12641212. OLE color: 12641212.

HSL color Cylindrical-coordinate representation of color #BCE3C0: hue angle of 126.15º 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 #BCE3C0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 192 -
CMYK 0.17 0 0.15 0.11
HSL 126.15º 0.41% 0.81% -
HSV(B) 126.15º 0.17% 0.89% -
XYZ 57.72 69.44 60.23 -
YUV 211.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 188 227 192 0.17 0 0.15 0.11 126.15 0.41 0.81
Hex BC E3 C0 11 0 F B 7E 29 51
Octal 274 343 300 21 0 17 13 176 51 121
Binary 10111100 11100011 11000000 10001 0 1111 1011 1111110 101001 1010001

Color Harmonies of #BCE3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3C0

Black with #BCE3C0

Text Example


Text Example

White with #BCE3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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