Html Css Color HEX #BCE6BC Fringy Flower

📋 copy color: '#BCE6BC'

red 188 ◦ green 230 ◦ blue 188

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

Shades of Fringy Flower #BCE6BC

Tints of Fringy Flower #BCE6BC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.95%

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

R = 31.02%
G = 37.95%
B = 31.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#BCE6BC (or 0xBCE6BC) is known color: Fringy Flower. HEX triplet: BC, E6 and BC. RGB value is (188,230,188). Sum of RGB (Red+Green+Blue) = 188+230+188=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6BC is #431943. Grayscale: #D4D4D4. Windows color (decimal): -4397380 or 12379836. OLE color: 12379836.

HSL color Cylindrical-coordinate representation of color #BCE6BC: hue angle of 120º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6BC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 188 -
CMYK 0.18 0 0.18 0.10
HSL 120º 0.46% 0.82% -
HSV(B) 120º 0.18% 0.9% -
XYZ 58.11 70.92 58.2 -
YUV 212.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 188 230 188 0.18 0 0.18 0.10 120 0.46 0.82
Hex BC E6 BC 12 0 12 A 78 2E 52
Octal 274 346 274 22 0 22 12 170 56 122
Binary 10111100 11100110 10111100 10010 0 10010 1010 1111000 101110 1010010

Color Harmonies of #BCE6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6BC

Black with #BCE6BC

Text Example


Text Example

White with #BCE6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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