Html Css Color HEX #BCECBC Fringy Flower

📋 copy color: '#BCECBC'

red 188 ◦ green 236 ◦ blue 188

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

Shades of Fringy Flower #BCECBC

Tints of Fringy Flower #BCECBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.72%

R = 30.72%
G = 38.56%
B = 30.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BCECBC (or 0xBCECBC) is known color: Fringy Flower. HEX triplet: BC, EC and BC. RGB value is (188,236,188). Sum of RGB (Red+Green+Blue) = 188+236+188=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECBC is #431343. Grayscale: #D8D8D8. Windows color (decimal): -4395844 or 12381372. OLE color: 12381372.

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

Color convert

RGB 188 236 188 -
CMYK 0.20 0 0.20 0.07
HSL 120º 0.56% 0.83% -
HSV(B) 120º 0.2% 0.93% -
XYZ 59.81 74.31 58.77 -
YUV 216.18 112.1 107.9 -
System Red Green Blue C M Y K H S L
Decimal 188 236 188 0.20 0 0.20 0.07 120 0.56 0.83
Hex BC EC BC 14 0 14 7 78 38 53
Octal 274 354 274 24 0 24 7 170 70 123
Binary 10111100 11101100 10111100 10100 0 10100 111 1111000 111000 1010011

Color Harmonies of #BCECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECBC

Black with #BCECBC

Text Example


Text Example

White with #BCECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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