Html Css Color HEX #BCECBE Fringy Flower

📋 copy color: '#BCECBE'

red 188 ◦ green 236 ◦ blue 190

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

Shades of Fringy Flower #BCECBE

Tints of Fringy Flower #BCECBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.94%

R = 30.62%
G = 38.44%
B = 30.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#BCECBE (or 0xBCECBE) is known color: Fringy Flower. HEX triplet: BC, EC and BE. RGB value is (188,236,190). Sum of RGB (Red+Green+Blue) = 188+236+190=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECBE is #431341. Grayscale: #D8D8D8. Windows color (decimal): -4395842 or 12512444. OLE color: 12512444.

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

Color convert

RGB 188 236 190 -
CMYK 0.20 0 0.19 0.07
HSL 122.5º 0.56% 0.83% -
HSV(B) 122.5º 0.2% 0.93% -
XYZ 60.03 74.4 59.91 -
YUV 216.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 188 236 190 0.20 0 0.19 0.07 122.5 0.56 0.83
Hex BC EC BE 14 0 13 7 7B 38 53
Octal 274 354 276 24 0 23 7 173 70 123
Binary 10111100 11101100 10111110 10100 0 10011 111 1111011 111000 1010011

Color Harmonies of #BCECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECBE

Black with #BCECBE

Text Example


Text Example

White with #BCECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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