Html Css Color HEX #BCECBA Fringy Flower

📋 copy color: '#BCECBA'

red 188 ◦ green 236 ◦ blue 186

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

Shades of Fringy Flower #BCECBA

Tints of Fringy Flower #BCECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.69%

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

R = 30.82%
G = 38.69%
B = 30.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#BCECBA (or 0xBCECBA) is known color: Fringy Flower. HEX triplet: BC, EC and BA. RGB value is (188,236,186). Sum of RGB (Red+Green+Blue) = 188+236+186=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECBA is #431345. Grayscale: #D8D8D8. Windows color (decimal): -4395846 or 12250300. OLE color: 12250300.

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

Color convert

RGB 188 236 186 -
CMYK 0.20 0 0.21 0.07
HSL 117.6º 0.57% 0.83% -
HSV(B) 117.6º 0.21% 0.93% -
XYZ 59.6 74.23 57.64 -
YUV 215.95 111.1 108.07 -
System Red Green Blue C M Y K H S L
Decimal 188 236 186 0.20 0 0.21 0.07 117.6 0.57 0.83
Hex BC EC BA 14 0 15 7 76 39 53
Octal 274 354 272 24 0 25 7 166 71 123
Binary 10111100 11101100 10111010 10100 0 10101 111 1110110 111001 1010011

Color Harmonies of #BCECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECBA

Black with #BCECBA

Text Example


Text Example

White with #BCECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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