Html Css Color HEX #BCE6BB Fringy Flower

📋 copy color: '#BCE6BB'

red 188 ◦ green 230 ◦ blue 187

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

Shades of Fringy Flower #BCE6BB

Tints of Fringy Flower #BCE6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.91%

R = 31.07%
G = 38.02%
B = 30.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#BCE6BB (or 0xBCE6BB) is known color: Fringy Flower. HEX triplet: BC, E6 and BB. RGB value is (188,230,187). Sum of RGB (Red+Green+Blue) = 188+230+187=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6BB is #431944. Grayscale: #D4D4D4. Windows color (decimal): -4397381 or 12314300. OLE color: 12314300.

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

Color convert

RGB 188 230 187 -
CMYK 0.18 0 0.19 0.10
HSL 118.6º 0.46% 0.82% -
HSV(B) 118.6º 0.19% 0.9% -
XYZ 58.01 70.87 57.64 -
YUV 212.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 188 230 187 0.18 0 0.19 0.10 118.6 0.46 0.82
Hex BC E6 BB 12 0 13 A 77 2E 52
Octal 274 346 273 22 0 23 12 167 56 122
Binary 10111100 11100110 10111011 10010 0 10011 1010 1110111 101110 1010010

Color Harmonies of #BCE6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE6BB

Black with #BCE6BB

Text Example


Text Example

White with #BCE6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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