Html Css Color HEX #BCE8BD Fringy Flower

📋 copy color: '#BCE8BD'

red 188 ◦ green 232 ◦ blue 189

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

Shades of Fringy Flower #BCE8BD

Tints of Fringy Flower #BCE8BD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.1%

 BLUE value IS 189 (74.22% from 255) = 31.03%

R = 30.87%
G = 38.1%
B = 31.03%

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

#BCE8BD (or 0xBCE8BD) is known color: Fringy Flower. HEX triplet: BC, E8 and BD. RGB value is (188,232,189). Sum of RGB (Red+Green+Blue) = 188+232+189=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8BD is #431742. Grayscale: #D6D6D6. Windows color (decimal): -4396867 or 12445884. OLE color: 12445884.

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

Color convert

RGB 188 232 189 -
CMYK 0.19 0 0.19 0.09
HSL 121.36º 0.49% 0.82% -
HSV(B) 121.36º 0.19% 0.91% -
XYZ 58.78 72.08 58.96 -
YUV 213.94 113.92 109.5 -
System Red Green Blue C M Y K H S L
Decimal 188 232 189 0.19 0 0.19 0.09 121.36 0.49 0.82
Hex BC E8 BD 13 0 13 9 79 31 52
Octal 274 350 275 23 0 23 11 171 61 122
Binary 10111100 11101000 10111101 10011 0 10011 1001 1111001 110001 1010010

Color Harmonies of #BCE8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8BD

Black with #BCE8BD

Text Example


Text Example

White with #BCE8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8BD; }

 p { color: rgb(188,232,189); }

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

background-color css

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

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

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

border-color css

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

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

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