Html Css Color HEX #BCEDB9 Fringy Flower

📋 copy color: '#BCEDB9'

red 188 ◦ green 237 ◦ blue 185

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

Shades of Fringy Flower #BCEDB9

Tints of Fringy Flower #BCEDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

 BLUE value IS 185 (72.66% from 255) = 30.33%

R = 30.82%
G = 38.85%
B = 30.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#BCEDB9 (or 0xBCEDB9) is known color: Fringy Flower. HEX triplet: BC, ED and B9. RGB value is (188,237,185). Sum of RGB (Red+Green+Blue) = 188+237+185=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDB9 is #431246. Grayscale: #D8D8D8. Windows color (decimal): -4395591 or 12185020. OLE color: 12185020.

HSL color Cylindrical-coordinate representation of color #BCEDB9: hue angle of 116.54º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEDB9 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 185 -
CMYK 0.21 0 0.22 0.07
HSL 116.54º 0.59% 0.83% -
HSV(B) 116.54º 0.22% 0.93% -
XYZ 59.78 74.76 57.18 -
YUV 216.42 110.27 107.73 -
System Red Green Blue C M Y K H S L
Decimal 188 237 185 0.21 0 0.22 0.07 116.54 0.59 0.83
Hex BC ED B9 15 0 16 7 75 3B 53
Octal 274 355 271 25 0 26 7 165 73 123
Binary 10111100 11101101 10111001 10101 0 10110 111 1110101 111011 1010011

Color Harmonies of #BCEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDB9

Black with #BCEDB9

Text Example


Text Example

White with #BCEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDB9; }

 p { color: rgb(188,237,185); }

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

background-color css

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

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

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

border-color css

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

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

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