Html Css Color HEX #BCEDBA Fringy Flower

📋 copy color: '#BCEDBA'

red 188 ◦ green 237 ◦ blue 186

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

Shades of Fringy Flower #BCEDBA

Tints of Fringy Flower #BCEDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.44%

R = 30.77%
G = 38.79%
B = 30.44%

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

#BCEDBA (or 0xBCEDBA) is known color: Fringy Flower. HEX triplet: BC, ED and BA. RGB value is (188,237,186). Sum of RGB (Red+Green+Blue) = 188+237+186=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDBA is #431245. Grayscale: #D8D8D8. Windows color (decimal): -4395590 or 12250556. OLE color: 12250556.

HSL color Cylindrical-coordinate representation of color #BCEDBA: hue angle of 117.65º 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 #BCEDBA is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 186 -
CMYK 0.21 0 0.22 0.07
HSL 117.65º 0.59% 0.83% -
HSV(B) 117.65º 0.22% 0.93% -
XYZ 59.89 74.8 57.74 -
YUV 216.54 110.77 107.65 -
System Red Green Blue C M Y K H S L
Decimal 188 237 186 0.21 0 0.22 0.07 117.65 0.59 0.83
Hex BC ED BA 15 0 16 7 76 3B 53
Octal 274 355 272 25 0 26 7 166 73 123
Binary 10111100 11101101 10111010 10101 0 10110 111 1110110 111011 1010011

Color Harmonies of #BCEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDBA

Black with #BCEDBA

Text Example


Text Example

White with #BCEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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