Html Css Color HEX #BCE9BC Fringy Flower

📋 copy color: '#BCE9BC'

red 188 ◦ green 233 ◦ blue 188

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

Shades of Fringy Flower #BCE9BC

Tints of Fringy Flower #BCE9BC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.26%

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

R = 30.87%
G = 38.26%
B = 30.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#BCE9BC (or 0xBCE9BC) is known color: Fringy Flower. HEX triplet: BC, E9 and BC. RGB value is (188,233,188). Sum of RGB (Red+Green+Blue) = 188+233+188=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9BC is #431643. Grayscale: #D6D6D6. Windows color (decimal): -4396612 or 12380604. OLE color: 12380604.

HSL color Cylindrical-coordinate representation of color #BCE9BC: hue angle of 120º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE9BC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 188 -
CMYK 0.19 0 0.19 0.09
HSL 120º 0.51% 0.83% -
HSV(B) 120º 0.19% 0.91% -
XYZ 58.96 72.6 58.48 -
YUV 214.42 113.09 109.16 -
System Red Green Blue C M Y K H S L
Decimal 188 233 188 0.19 0 0.19 0.09 120 0.51 0.83
Hex BC E9 BC 13 0 13 9 78 33 53
Octal 274 351 274 23 0 23 11 170 63 123
Binary 10111100 11101001 10111100 10011 0 10011 1001 1111000 110011 1010011

Color Harmonies of #BCE9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9BC

Black with #BCE9BC

Text Example


Text Example

White with #BCE9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9BC; }

 p { color: rgb(188,233,188); }

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

background-color css

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

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

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

border-color css

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

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

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